print formatting

by LeonSchrecengost (no login)

Now that I,m able to print i'm trying to format the data. The only issue is getting the print back to the left margin. I tried chr$(13) which should be CR I thought after that I would be able to tab to the position I wanted to start the next print string. Does not work for me.

Posted on Jul 19, 2012, 8:41 AM

Respond to this message   

Return to Index


Response TitleAuthor and Date
Try CHR$(10) Line feed or CHR$(13) + CHR$(10) on Jul 19
 Line feedLeon Schrecengost on Jul 20