Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to concatenate SDF files?
Message
From
27/09/2002 16:59:17
Henry Ravichander
RC Management Systems Inc.
Saskatchewan, Canada
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00705004
Message ID:
00705440
Views:
27
lcDir = < Some Directory >
>lcResultFile = < ... >
>DIMENSION laFileList[1]
>= ADIR(laFileList, lcDir + "*.txt")
>ERASE (lcResultFile)
>FOR i=1 TO ALEN(
>  STRTOFILE(FILETOSTR(lcDir + laFileList[i,1]), lcResultFile, .T.)
>ENDFOR
>

Hi Sergey:

I tried the above code, but get a message saying "Variable "l" is not found. I have not declared any variable "l". What could be going wrong? Thanks.
- Ravi

True greatness consists in being great in little things.
- Charles Simmons
Previous
Reply
Map
View

Click here to load this message in the networking platform