Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Merge Text
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Environment versions
Visual FoxPro:
VFP 8
OS:
Windows XP SP1
Network:
Windows 2000 Server
Database:
Visual FoxPro
Miscellaneous
Thread ID:
00959378
Message ID:
00959385
Views:
8
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--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform