| Widget360 (39) | |
|
The idea of this application is to read words stored in a text file. For example, I have a text file with three names on it, two separated by a white space. and then a third name separated by a line. // ex: Brandon Josh Dish // Is there a way to read those words, and assign them to their own string? | |
|
|
|
| SamuelAdams (322) | |||
Then just assign value to some string, you can do that with a for loop and an array, or you could just do string A, B, C; | |||
|
|
|||
| Widget360 (39) | |
|
thank you | |
|
|
|