SmileBASIC コミュニティ返信[1]親投稿12Me21 12Me212016/6/28 5:46-create an array: DIM arrayname[size] -example: DIM EXAMPLE[7] -access an array element: arrayname[index] -example: EXAMPLE[3]=12 PRINT EXAMPLE[3] (arrays start counting at 0, and the maximum value is 1 less than the size) 0そうだね プレイ済み2017/11/04 04:47:46に取得