トピック
eddie ninteneddie

Read full Data

Is there any simplified way to read DATA? For example I want to store each number in the data into an array.
0そうだね
未プレイ
返信[1]
親投稿
PChicken NerdChicken
It would be much easier to just do a loop to put the numbers into an array if your numbers never drop below 0. C=0 REPEAT READ I IF I > -1 THEN ARR[C] = I INC C UNTIL I == -1
1そうだね
プレイ済み
返信[2]
親投稿
PChicken NerdChicken
It will start reading until it hits a -1.
0そうだね
プレイ済み