Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to check decimal points
Message
 
 
À
14/06/2004 16:07:22
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00913595
Message ID:
00913723
Vues:
27
You're welcome.

>Thank you Sergey. It suits my requirement.
>>>
>>Try
>>lnNumber = 1.000
>>lcStr = PADL(lnNumber,20)
>>IF AT(".", lcStr) = 0
>>  ? 0
>>ELSE
>>  ? LEN(SUBSTR(lcStr, AT(".", lcStr)+1))
>>ENDIF
--sb--
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform