Hi,
During a game i collect game data into dictionary. I then want to convert the dictionary data into a CSV file, however, for some strange reason I can't get the loop over the dictionary working. What seems simple just doesn't work for me.
Global aCSV: text
On Button Click
-- For Each ADictionary
---- Set aCSV = aCSV & "," & aDictionary.currentvalue
I can confirm that during testing the dictionary has at least two entries, however, for some reason the contents of aCSV is ", 0"
any thoughts would be much appreciated
Dan