Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Merge Text
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Versions des environnements
Visual FoxPro:
VFP 8
OS:
Windows XP SP1
Network:
Windows 2000 Server
Database:
Visual FoxPro
Divers
Thread ID:
00959378
Message ID:
00959385
Vues:
9
It's not going to work because array created by ADIR is two-dimentional. It should be
= STRTOFILE(FILETOSTR(gaText[i,1]), "orders.txt",.t.)
>
>gnNumber = ADIR(gaText, '*.txt')
>
>nqty = alen(gaText,1)
>FOR i = 1 TO nqty
>    ? STRTOFILE(FILETOSTR(gaText(i)), "orders.txt",.t.)
>ENDFOR
>
>
--sb--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform