Posted by Robert G Laurin on January 30, 2017 at 07:58:40:
In Reply to: C32 forms printing...> posted by Tom Fulton on January 28, 2017 at 11:19:30:
Your B64$ variable is declared as 64 characters... so when you print it inside the format, it is printed to it's full declared length - 64 - which generate a word wrap, so the CR pushes the remainder to the next line (3rd)
Using unformatted print or Two formats could resolve that:
PRINT (1) @(60);B54$
PRINT (1) @(50);'SHOULD BE NEXT LINE'
Personally, in this century, I would use the (TextOut) mnemonic for single lines or (DrawText) mnemonic for paragraphs...
Printing forms using Windoze's fonts & graphics look so much nicer!
Each file can be a maximum of 1MB in length Uploaded files will be purged from the server on a regular basis.