Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Geting the decimal part of a number
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00939304
Message ID:
00939305
Views:
11
This message has been marked as the solution to the initial question of the thread.
function decimalpart
parameter mynumber
return (mynumber-int(mynumber))*100

HTH...

>I'm trying to find a function in VFP8 that will return the decimal part of a number. eg 89.55 Should return 55
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform