Limitation on DIRLIST (AREV Specific)
At 29 SEP 2000 03:44:39PM frank adamo wrote:
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
At 29 SEP 2000 03:48PM [url=http://www.sprezzatura.com" onMouseOver=window.status=Click here to visit our web site?';return(true)]The Sprezzatura Group[/url] wrote:
DirList() works in chunks so you must loop DirListing until it returns null.
World Leaders in all things RevSoft
At 02 OCT 2000 06:09PM frank adamo wrote:
Thanks. I'll redo the program.
At 20 OCT 2000 06:45PM frank adamo wrote:
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.