トピック
Mike Bluerobin2

Get size of array?

Is there any easy way to get the size of an array that has been changed with PUSH, POP, etc?
0そうだね
プレイ済み
返信[1]
親投稿
P£titP0cky taroson
VAR ARRAY[0] FOR I=0 TO 199 PUSH ARRAY,0 NEXT ?LEN(ARRAY) Try enter ↑
1そうだね
未プレイ