SmileBASIC コミュニティプレイ日記Scientist Speedy11012017/04/02 09:58:27Why does this keep adding extra spaces between each line?2そうだね 5返信プレイ済み2017/11/04 02:17:33に取得
SmileBASIC コミュニティ返信[1]親投稿raimondz raimondzz2017/4/2 10:11PRGGET$ read the entire line. This include the character 10(New line). Just remove the last character of the string to solve that problem.1そうだね プレイ済み2017/11/04 02:17:33に取得
SmileBASIC コミュニティ返信[2]親投稿Scientist Speedy11012017/4/2 10:43How do I do that?0そうだね プレイ済み2017/11/04 02:17:33に取得
SmileBASIC コミュニティ返信[3]親投稿raimondz raimondzz2017/4/2 10:58I know two ways: Option 1: S$[LEN(S$)-1]="" Option 2: EAT POP(S$) 'Function that consume a result from a function and do nothing. Something can be anything(String,Number or Array) DEF EAT something END0そうだね プレイ済み2017/11/04 02:17:33に取得
SmileBASIC コミュニティ返信[4]親投稿Scientist Speedy11012017/4/3 7:29That function should be a stock function.0そうだね プレイ済み2017/11/04 02:17:33に取得
SmileBASIC コミュニティ返信[5]親投稿Scientist Speedy11012017/4/3 8:46Didn't work.0そうだね プレイ済み2017/11/04 02:17:33に取得