I'm trying to read a text file with a list of int numbers, I made examples as the tutorial said, but nothing, other question is how to use cup, I'm a developer and to me is like a "for" but how can clear cup once a finish my sequence.
Thanks a lot
Read text file and cup
I'm trying to read a text file with a list of int numbers, I made examples as the tutorial said, but nothing, other question is how to use cup, I'm a developer and to me is like a "for" but how can clear cup once a finish my sequence.
Thanks a lot
Which tutorial are you referring to? Are you trying to load the file into a table? If so, do it like this:
[bng]
|
[openpanel]
|
[; myArray read $1(
As for [cup], send it the number you want it to start at to reset it.
Maelstorm Thanks so much, I will try it!!
Greets!!
I have a file with a list of int 1 2 3 4 5 2 3 1 3 4, once I open that file I want to load those numbers into a table.
Maelstorm, it's works! thanks so much!
Oops! Looks like something went wrong!