Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
COPY TO command
Message
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Miscellaneous
Thread ID:
01134240
Message ID:
01134249
Views:
25
>I'm doing a "COPY TO 'filename' TYPE CSV" from a vfp cursor.
>
>Everything is good except I need the first line in the csv file (which are the fields) to be upper case. One solution I thought about is opening the file and go character by character and changing to uppercase. Any other way to accomplish this?
>
>Thanks.

UPPER(fgets(fh)) instead of character by character ?
Previous
Reply
Map
View

Click here to load this message in the networking platform