Link to cap
It is a simple reproduced cap I threw together that deals with a while loop with an embedded while loop. There are two arrays. The first array gets a 100 character string put in at 0,0.
The second array becomes a 10,10 array with each letter from the first array's 100 character string.
when pressing go the results:
first box fills only with 10 characters followed by 90 zeroes.
to see if I did my while loops wrong I also have it in the same loop print to the second text box each individual character from the first array's 100 character string, and it prints all of them.
What am I doing wrong lol =/
Thanks for any help.