プレイ日記
Scientist Speedy1101
Why does this keep adding extra spaces between each line?
2そうだね
プレイ済み
返信[1]
親投稿
raimondz raimondzz
PRGGET$ read the entire line. This include the character 10(New line). Just remove the last character of the string to solve that problem.
1そうだね
プレイ済み
返信[2]
親投稿
Scientist Speedy1101
How do I do that?
0そうだね
プレイ済み
返信[3]
親投稿
raimondz raimondzz
I 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 END
0そうだね
プレイ済み
返信[4]
親投稿
Scientist Speedy1101
That function should be a stock function.
0そうだね
プレイ済み
返信[5]
親投稿
Scientist Speedy1101
Didn't work.
0そうだね
プレイ済み