プレイ日記
aaba2004 3liBaba
what command do I use to count the number of letters inputted?
2そうだね
プレイ済み
返信[1]
親投稿
Hanzo rzsense
In this case, you should use variable for string like "INPUT WORD$". And you can count number of letters with LEN like "?LEN(WORD$)". (You can get LENgth of string)
1そうだね
未プレイ
返信[2]
親投稿
KuroHana elijahpwg
Try this: @LOOP LINPUT "Word: ";WORD$ PRINT LEN(WORD$) GOTO @LOOP
0そうだね
プレイ済み