Hi!
I'm a grad student writing my first Processing program, and I'm having trouble with some string manipulation.
Basically, I'm trying to find a way to use a FOR loop to take a string generated each time the loop runs and make it an element in another string array. After the FOR loop, I would then like to export that string array to a text file using the saveStrings command.
Can anybody help with a few lines of sample code that could accomplish this? I'd really appreciate it!!
Thanks a lot,
James
1