SmileBASIC コミュニティトピックxX☆Boy64Xx UltimateArceus2016/11/11 03:39:32質問Are you able to make an Array that is able to accept strings?Are you able to store strings into an array, because that would be the best for storing data.1そうだね 5返信プレイ済み2017/11/04 04:42:49に取得
SmileBASIC コミュニティ返信[1]親投稿SıмΞοп² S1Meon2016/11/11 4:43Just add a dollar sign to the end DIM MYSTRINGS$[0] PUSH MYSTRINGS$,"HELLO" PUSH MYSTRINGS$," WORLD!" Now MYSTRINGS$[0] is HELLO and MYSTRINGS$[1] is WORLD1そうだね プレイ済み2017/11/04 04:42:49に取得
SmileBASIC コミュニティ返信[2]親投稿xX☆Boy64Xx UltimateArceus2016/11/11 5:58Thanks! That was really helpful :P0そうだね プレイ済み2017/11/04 04:42:49に取得
SmileBASIC コミュニティ返信[3]親投稿xX☆Boy64Xx UltimateArceus2016/11/11 6:16Now my next problem is how to edit a array that is from another slot. (EX. Slot 1: DIM Array[3] Slot 2: Array[0] = 1)0そうだね プレイ済み2017/11/04 04:42:49に取得