SmileBASIC コミュニティトピックLego-meist Legos-Meister2016/01/22 00:57:17質問Finding Array SizeAfter 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返信プレイ済み2017/11/04 04:55:12に取得
SmileBASIC コミュニティ返信[1]親投稿Lego-meist Legos-Meister2016/1/22 1:04Well 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そうだね プレイ済み2017/11/04 04:55:12に取得