トピック
TekeMan gameboyfan12345

How do I prevent THIS from happening?

Please help!
0そうだね
プレイ済み
返信[1]
親投稿
DeadAxle koolkermit
Well it could be a number of things. Upload it and give a key so I can determine what it is. We could take hours on miiverse.
0そうだね
プレイ済み
返信[2]
親投稿
TN21 Trinitro21
SmileBASIC auto-scrolls text when you PRINT on the bottom line. That might be the problem.
2そうだね
プレイ済み
返信[3]
親投稿
Hanzo rzsense
PRINT(?) for the bottom line should be followed by ;
1そうだね
未プレイ
返信[4]
親投稿
DeadAxle koolkermit
its been solved already. idk why this is still open. oh wait
0そうだね
プレイ済み
返信[5]
親投稿
SıмΞоп SimeonW
@Hanzo: Oh wow i didn't know that, thanks
1そうだね
プレイ済み
返信[6]
親投稿
Hanzo rzsense
;(semicolon) cancels CR+LF of PRINT statements as follows. PRINT"ABC":PRINT"DEF" results in ABC DEF and PRINT"ABC";:PRINT"DEF" results in ABCDEF
1そうだね
未プレイ