Ian
2021-12-28 18:04:54 UTC
On Tue, 28 Dec 2021 16:54:41 GMT
BPUT#file%,"Some Text ";
BPUT#file%,"Some More Text";
Gives :-
Some Text Some More Text
HTH,
Ian
Using BPUT#file%,"Some Text" will put it on a new line, so is there a
command for putting it all on one line?
Add a semicolon :-command for putting it all on one line?
BPUT#file%,"Some Text ";
BPUT#file%,"Some More Text";
Gives :-
Some Text Some More Text
HTH,
Ian