Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Decimal length!
Message
 
À
06/10/2005 18:58:08
Hilmar Zonneveld
Independent Consultant
Cochabamba, Bolivie
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Versions des environnements
Visual FoxPro:
VFP 6 SP5
OS:
Windows XP SP2
Database:
Visual FoxPro
Divers
Thread ID:
01056998
Message ID:
01057029
Vues:
16
Thanks Hilmar, It worked.

>>Hi Everybody,
>>
>>How do I determine the decimal length of a numeric expression? For example for 678.76548 it is five.
>>
>>Thank you,
>>Ali
>
>transform() is not very trustworthy, and results vary with different VFP versions, but you can convert to text with padr() or padl():
>
>
>? alltrim(padr(678.76548, 30))
>
>
>From the result, you can search for the position of the point, or, safer, of the expression set("point") (in L.A. we use a comma; the situation is similar in most of Europe). Use the at() function.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform