print formattingby 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. |
| Response Title | Author and Date |
| Try CHR$(10) Line feed or CHR$(13) + CHR$(10) | on Jul 19 |
| Line feed | Leon Schrecengost on Jul 20 |