SmileBASIC コミュニティトピックChristofer avalack2017/06/28 21:26:58質問ArraysHow would i make an array that can hold strings? cuz dim array[4] array[2] = "string" doesnt work1そうだね 2返信プレイ済み2017/11/04 04:35:35に取得
SmileBASIC コミュニティ返信[1]親投稿Nathaniel natboy2017/6/28 22:39Try putting "$" behind the name of the array(s): DIM ARRAY$[4] ARRAY$[2]="string" 1そうだね プレイ済み2017/11/04 04:35:35に取得
SmileBASIC コミュニティ返信[2]親投稿Christofer avalack2017/6/28 22:58thanks. not sure why that worked but whatever0そうだね プレイ済み2017/11/04 04:35:35に取得