プレイ日記
Party rock PartyRockx
help. whenever i type DAB an error pops up but wen i press list error it takes me to this line.
1そうだね
プレイ済み
返信[1]
親投稿
Aaron Krondelo
You didn't specify those as STRINGS. First you check N$ which is correct, but later you just put N.
2そうだね
プレイ済み
返信[2]
親投稿
Zee Storybookten9
More specifically NS. You started using S's instead of $'s.
1そうだね
プレイ済み
返信[3]
親投稿
MathPRG MathProgrammer
You put an S after the N instead of a $, so it is taking all of those lines beginning there as integer values. You cannot compare a integer to a string, so therefore an error occurs at the first line where that happened. To fix this just change all of the NS's to N$.
1そうだね
プレイ済み
返信[4]
親投稿
MathPRG MathProgrammer
Oh, I didnt see those replies here before! Looks like you've got 3 answers then, LOL :P
1そうだね
プレイ済み
返信[5]
親投稿
Party rock PartyRockx
oh... i cant believe i did that
1そうだね
プレイ済み
返信[6]
親投稿
Party rock PartyRockx
i have another problem it says syintax error on line 41. plz help.
0そうだね
プレイ済み
返信[7]
親投稿
Zee Storybookten9
You didn't finish the line 39's IF statement. If you don't finish an IF statement, a FOR loop, or a WHILE loop, it will tell you not on the line that the error is, but rather the line where it realizes that it cannot be finished later. So just finish that IF statement and you should be good.
0そうだね
プレイ済み