Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Convert many tables to excel sheets
Message
De
29/12/2004 07:33:36
 
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:
00972904
Vues:
18
hi,
thanks so so much,
best regards.
m.qasem
>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
>
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform