I'm loading my level data from a file and I plan to store this in a C-style string/character to traverse through with all kinds of ugly loops and things to get the data. How can I be able to do this:
For a = stuff
stuff = stuff[a]
Next
For a = stuff
stuff = stuff[a]
Next