Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Geting the decimal part of a number
Message
From
04/09/2004 11:54:37
 
 
To
04/09/2004 11:53:14
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00939304
Message ID:
00939453
Views:
16
>>I'm trying to find a function in VFP8 that will return the decimal part of a number. eg 89.55 Should return 55
>
>Try this.
>
>val(GetWordNum( translate( 89.55 ),2,'.'))
>
>but it will only work in VFP 7.0 or greater. For VFP 6.0, you need to use the WordNum() in Foxtools.fll instead of GetWordNum().

Sorry, I used the wrong function. Try this
val(GetWordNum( transform( 89.55 ),2,'.'))
Greg Reichert
Previous
Reply
Map
View

Click here to load this message in the networking platform