Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Convert decimal to string
Message
De
28/03/2004 13:40:02
 
 
À
28/03/2004 01:51:09
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00890234
Message ID:
00890267
Vues:
21
Hi Mathew,

TRANSFORM( n ) as Marcia wrote, or STR(n,10,2) where 10 is the maximum number of digits including the decimal point, 2 is the number of decimal places.

>Hi All,
>
>Is there a function in VFP that will convert a decimal into a string format?
>I tried to convert n = 1.79 (numeric) using the STR() my result is 2. Any tips?
>
>TIA
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform