Posted by Jeff Cinelli on May 18, 2019 at 10:33:39:
Has something recently changed with formatted print of variables, or am I just losing my mind a little?
When I run the following code, the formatted print pads the variables with spaces, where the direct print does not.
100• LENGTH 25 & LOCAL A$,B$
500• 2500 FORMAT (CS);@(0,0);A$;" ";B$
1000• CLEAR
1100• A$="HELLO"
1200• B$="THERE"
1300• PRINT (0,2500) ! Displays "HELLO (20 spaces) THERE"
1400• WAIT
1450• PRINT (CS);@(0,0);A$;" ";B$ ! Displays "HELLO THERE"
1460• WAIT
1500• STOP
Each file can be a maximum of 1MB in length Uploaded files will be purged from the server on a regular basis.