トピック
Christofer avalack

Arrays

How would i make an array that can hold strings? cuz dim array[4] array[2] = "string" doesnt work
1そうだね
プレイ済み
返信[1]
親投稿
Try putting "$" behind the name of the array(s): DIM ARRAY$[4] ARRAY$[2]="string"
1そうだね
プレイ済み
返信[2]
親投稿
Christofer avalack
thanks. not sure why that worked but whatever
0そうだね
プレイ済み