Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
DIVISION
Message
From
20/11/1999 16:49:42
 
 
To
20/11/1999 16:24:44
Todd Wolfe
Certified Marketing Services
Kinderhook, New York, United States
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00293519
Message ID:
00293521
Views:
19
Hi Todd

>replace all myfield with alltrim(str(round(mynum1/mynum2,2)))

You need to add 2 more parameters to your STR() portion, the Length and the Decimal Places.
replace all myfield with alltrim(str(round(mynum1/mynum2,2), 10, 2))
Does this work fine?
Previous
Reply
Map
View

Click here to load this message in the networking platform