Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Transform codes
Message
From
22/05/2007 17:43:15
 
 
To
22/05/2007 17:36:32
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
01227763
Message ID:
01227766
Views:
16
>Is there a way to accomplish:
>
>allt(transform(1234.4321,'######.#'))
>
>by using the @T format code within the transform? I can't figure out how to combine the ## and the @T together.
>
>Thanks

For some reason, those two don't work together. You can do @L and a picture, but not @T:
?TRANSFORM(12345.67,"@L ########.##")    && 00012345.67
Guess you're stuck with ALLTRIM(TRANSFORM(12345.67,"########.##")) or TRANSFORM(TRANSFORM(12345.67,"########.##","@T"))
Fred
Microsoft Visual FoxPro MVP

foxcentral.net
Previous
Reply
Map
View

Click here to load this message in the networking platform