SmileBASIC コミュニティ返信[1]親投稿Alex MrCashews2016/2/16 16:46Strings can be indexed like arrays. So, if you had a string TEXT$="HELLO", the code PRINT TEXT$[0] would print H, since it's the first (but we start at 0) character in the string!4そうだね プレイ済み2017/11/04 03:55:28に取得