Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Transform help or other command
Message
From
02/03/2005 14:52:42
 
 
To
02/03/2005 13:53:52
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00992095
Message ID:
00992125
Views:
25
It looks like you are trying to use a numeric format with character data. Try converting your string to a number before you issue the transform command.

x=1234567
? transform(x,'@R (999) 999-9999')
produces ( ) 123-4567

but

x="1234567"
? transform(x,'@R (999) 999-9999')
produces (123)456-7

- Don
Previous
Reply
Map
View

Click here to load this message in the networking platform