Is there a limitation on the DIRLIST() command. I have several hundred files to check, but when I select a list of files in a directory using DIRLIST(), I can only pull up from 100 to 200 files.
Any ideas?
Frank
DirList() works in chunks so you must loop DirListing until it returns null.
World Leaders in all things RevSoft
Thanks. I'll redo the program.
Duh!!!
I just looked up the DIRLIST() in the manual and guess what? DIRLIST() may be placed in a loop…
I guess if all else fails, go to the manual.