Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Printing Problem !
Message
Information générale
Forum:
Visual Basic
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00466330
Message ID:
00468661
Vues:
28
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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform