Variable Spacing


[ Follow Ups ] [ Post Followup ] [ Signature.net Forum ]

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



Follow Ups:



Post a Followup

Name:
E-Mail:

Subject:

What is the name of the main Signature System's Product?  

Comments:

Optional Link URL:
Link Title:
Optional Image URL:

You may attach up to 5 files to your followup (see below):





Each file can be a maximum of 1MB in length Uploaded files will be purged from the server on a regular basis.


[ Follow Ups ] [ Post Followup ] [ Signature.net Forum ]