a$[i] で i 番目(一文字目が0番目)の文字を取得できます。 input a$ for i = 0 to len(a$) - 1 ? a$[i] next