Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Convert many tables to excel sheets
Message
 
À
29/12/2004 06:59:38
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 7
Divers
Thread ID:
00972888
Message ID:
00972891
Vues:
17
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 (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.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform