| |
yfki
Posts: 70
Score: 0
Joined: 12/12/2007
Status: offline
|
How can I use a for loop to have this concatenate all 9 strings, and is that even the best way to do this? str1 = Read("1") str2 = Read("2") str3 = Read("3") str4 = Read("4") str5 = Read("5") str6 = Read("6") str7 = Read("7") str8 = Read("8") str9 = Read("9")
|
|