Page 1 of 1

SPACE$(n) command?

Posted: Wed Dec 14, 2016 10:29 pm
by sarossell
I've looked at the manual, help file and searched the forum. Is there a command to create a string of spaces (or other characters) like SPACE$(n)?

Re: SPACE$(n) command?

Posted: Wed Dec 14, 2016 11:45 pm
by Dav
Not built in. You'll have to make your own. Here's mine...
viewtopic.php?f=20&t=1165

- Dav