Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
I want to display the values in my decimals places.
Message
De
07/06/1999 16:01:36
 
 
À
07/06/1999 15:27:00
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00227168
Message ID:
00227214
Vues:
23
>Check this out:
>STRTRAN(ALLTRIM(STR(123.345, 10, 5)), '.', '')
>Mark
--------------
hey mark - this is was is working for me...
my_var=PADL(ALLTRIM(STR(my_fld, 16, 6)), 16, '0')
data_string =STRTRAN(my_var, '.', '')
I get 000000000123456 - that is what I want..
Do you know how to put this in one line?
Robert Keith
Independent Developer
San Antonio, Texas
E-mail address:
rebelrob1@yahoo.com
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform