Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Something like a decimal function
Message
From
25/04/2006 08:00:02
 
 
To
25/04/2006 03:42:59
Erdal Tokat
Deniz Bilimleri
Izmir, Turkey
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
01116208
Message ID:
01116282
Views:
12
Hi Erdal,

One way would be to create a simple function that calculates it using:
ABS( X - INT( X ) )
or
ABS( X - FLOOR( X ) )
Bill

>is there any function in vfp that returns decimal places of a numeric expresion.
>
>if the expresion is 2341,2 . i want to have the return value of the function 0.2
William A. Caton III
Software Engineer
MAXIMUS
Atlanta, Ga.
Previous
Reply
Map
View

Click here to load this message in the networking platform