Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Decimal Places
Message
De
21/12/1999 23:52:38
Cetin Basoz
Engineerica Inc.
Izmir, Turquie
 
 
À
21/12/1999 23:30:47
Amit Abhangrao
Charmi Software Exports
Mumbai, Inde
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Divers
Thread ID:
00306105
Message ID:
00307137
Vues:
24
>Hi Leonard,
>
> Thanx for your reply. It works fine but problem is if my variable doesnt have any decimal places, it returns 1. How can i solve this problem?
>
>Regards
>Amit
>
>
>len(substr(allt(padr(130.9898,20)), at(".", allt(padr(130.9898,20)) )+1 ) )


I expected it to return number of digits in integer part (3 for 130.9898).
I think you mean you threat 130.0000 with no decimal places. Then make it :
iif(int(lnVar)=lnVar,0,;
 len(substr(allt(padr(lnVar,20)), at(".", allt(padr(lnVar,20)) )+1 ) ))
If you use VFP6 then Doug's method is shorter.
Cetin
Çetin Basöz

The way to Go
Flutter - For mobile, web and desktop.
World's most advanced open source relational database.
.Net for foxheads - Blog (main)
FoxSharp - Blog (mirror)
Welcome to FoxyClasses

LinqPad - C#,VB,F#,SQL,eSQL ... scratchpad
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform