トピック
Keiren TobuKatsu

How can I get a Variable from a FOR ~ NEXT structure? Like

FOR A=0 TO 9 READ ARRAY$[A] NEXT and if it hits 5, then B=5 and I can use ?ARRAY$[B]
0そうだね
プレイ済み
返信[1]
親投稿
Hanzo rzsense
You might get ARRAY$[B] at the next of "NEXT" when "IF A==5 THEN B=A:BREAK" follows "READ ARRAY$[A]".
0そうだね
未プレイ