Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Help with transform()
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Help with transform()
Miscellaneous
Thread ID:
01120810
Message ID:
01120810
Views:
63
I'm using the following syntax to display a numeric value:
? "Total: " + transform(m.nNumber,'@( 999,999,999.99')
My output looks like:
Total: (          3.45)
I want my output to look like:
Total:           (3.45)
Is there any way to accomplish this?

P.S. I need to allow for the larger number as it may sometimes reach 100 million.

Thanks for your help!
Next
Reply
Map
View

Click here to load this message in the networking platform