SmileBASIC コミュニティトピックMike Bluerobin22015/12/28 17:12:50質問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返信プレイ済み2017/11/04 04:56:30に取得
SmileBASIC コミュニティ返信[1]親投稿P£titP0cky taroson2015/12/28 19:08VAR ARRAY[0] FOR I=0 TO 199 PUSH ARRAY,0 NEXT ?LEN(ARRAY) Try enter ↑1そうだね 未プレイ2017/11/04 04:56:30に取得