トピック
Lego-meist Legos-Meister

Finding Array Size

After using SHIFT and PUSH and UNSHIFT and all those commands, I want to know how big my array is. Is there an command for that?
2そうだね
プレイ済み
返信[1]
親投稿
Lego-meist Legos-Meister
Well looks like I answered my own question in 30 seconds flat. LEN() will give you the length of the array, as in this example: DIM STUFF[10] PRINT LEN(STUFF)
1そうだね
プレイ済み