Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Currency to Character string without rounding?
Message
From
21/07/2000 07:45:43
 
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00395230
Message ID:
00395305
Views:
11
>>Dumb question... I looked in help but couldn't find (it's too late a night!) how to convert a currency field to a character string, without it rounding up! A currency field (bucks) containing 399.75 becomes "400" if I STR(bucks) or STR(MTON(bucks)), I just want a string containing "399.75". What am I missing?
>
>If you use STR(), you need to specify the two optional parameters that specify the size and decimal precision of the resulting character string; the default is to return just the integer portions.
>
>Try STR(bucks,10,2) to get back a 10 character string with two decimals to the right of the decimal point. Note: you will get back ".00" this way when taking the STR() of an integer value.

If you are using VFP 6.0 try Transform( bucks )

Glenn

Fox Fever - Get it!
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform