Hey all,
I'm trying to go through the different areas of Construct and learn how they work. Right now I'm looking at processes. As you can see from the pic below, I'm simply populating a hashtable and then trying to print out each value. The hashtable is fine (there are only 37 keys), but when I do this last event:
For each key ... EditBox: Append text Hashtable.CurrentKey.Newline
instead of printing out the list once, it goes into an endless loop and prints the keys over and over...
I've looked at the different hashtable examples on here and it hasn't helped out. Any ideas?