Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Print font
Message
 
À
14/03/2000 22:41:50
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
Divers
Thread ID:
00345653
Message ID:
00345785
Vues:
27
>? account.name at 0, account.balance pict "999,999.99" at 30

Hi Ralph,

I'm not absolutely sure of the code, as I haven't used this in ages, but I would convert that line of code to something like:

line = account.name + space(n) + str( account.balance, 11, 2)
? line

here n is the number of spaces between name and balance, and the str is used so that balance is always right justified, so it should yield something like this:

Kinkos 32345.93
Staples 123943.10
Office Max 200.00

and so on.

Alex
Low-carb diet not working? Try the Low-food diet instead!
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform