Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Numeric fields with delimited text question..
Message
 
 
To
06/02/2003 14:19:51
N. Lea
Nic Cross Enterprises
Valencia, California, United States
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00750083
Message ID:
00750088
Views:
15
>now i know that foxpro defaults all characters to be delimited by commas and the actual value surrounded by quotes. however, since the numeric values never get surrounded by quotes, does anyone know how to accomplish this?
>
>i tried to str() the fields, but it did not work with the COPY TO command. Thanks

Run query into cursor with STR() or PADL() for numeric fields and the rest of fields unchanged. After that use COPY TO TYPE DELIMTED to copy cursor to text file.
BTW, why do you need numeric values in quotes?
--sb--
Previous
Reply
Map
View

Click here to load this message in the networking platform