Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Why?
Message
From
19/02/2019 11:14:22
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Why?
Miscellaneous
Thread ID:
01666551
Message ID:
01666551
Views:
108
This works:

lc_xls = "C:\myfile.xls"
lc_fileldlist = "invno, invdte, invamt"
COPY TO (lc_xls) FIELDS &lc_fieldlist TYPE xl5

This gives a syntax error:
lc_xls = "C:\myfile.xls"
lc_fileldlist = "invno, invdte, invamt"
COPY TO (lc_xls) FIELDS (lc_fieldlist) TYPE xl5

Why?
Anyone who does not go overboard- deserves to.
Malcolm Forbes, Sr.
Next
Reply
Map
View

Click here to load this message in the networking platform