Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Printing Problem !
Message
General information
Forum:
Visual Basic
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00466330
Message ID:
00468661
Views:
32
I know it's tricky, but you will have to use the Tab() and Spc() functions.
With some test, you will get want you want.
Exemple of code:
 Print #1, vbCrLf; vbCrLf;
 Print #1, Tab(42); sDate; Tab(56); sDateInvoiced;
 Print #1, vbCrLf;
 Print #1, Spc(3); sPhoneNumber;
HTH
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform