Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Convert many tables to excel sheets
Message
 
To
29/12/2004 07:18:57
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 7
Miscellaneous
Thread ID:
00972888
Message ID:
00972901
Views:
13
it's better that way
DECLARE myAlias[4] && 5,6...
myAlias[1] = "aaa"
myAlias[2] = "bbb"
myAlias[3] = "ccc"
myAlias[4] = "ddd"
.....
FOR aAlias = 1 TO ALEN(myAlias, 1)
    f_name = myAlias[aAlias]
    USE (f_name)
    COPY TO ("c:\krkr\aa\"+f_name) xls  && This is not a delimited file, it is an Excel WrokBook
    USE
NEXT
Against Stupidity the Gods themselves Contend in Vain - Johann Christoph Friedrich von Schiller
The only thing normal about database guys is their tables.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform