プレイ日記
Pikachu Squi-Volt
When I use a name in line 13, line 14 comes out with "0 " instead of a name. Could someone help me fix it so that it stores and displays a name instead of a 0?
0そうだね
プレイ済み
返信[1]
親投稿
Jayden FlamingSkull773
Try something like this: LINPUT "Please enter your name...";NAME$ PRINT "HELLO "+NAME$+"."
0そうだね
プレイ済み
返信[2]
親投稿
L. Lohadaa
You simply forgot the $ sign in line 14. (SmileBasic thinks it's a variable instead of a string.) Also, change the comma to a semicolon so it reads NAME$;
0そうだね
未プレイ