Re: limit to number of files handled by adir?



Avant VFP9 an array était limité a 65000 elements.
inbarray,'c:\processedold\cc*.tsv' en contenerait 5*55000.
En VFP cela ne doit pas être un problème.
-Anders

"cj" <cj@xxxxxxxxxxxxx> wrote in message
news:ORonX4U9HHA.4880@xxxxxxxxxxxxxxxxxxxxxxx
mfiles = ADIR(inbarray,'c:\processedold\cc*.tsv')

give me the error 'invalid subscript reference' when typed in at the
command prompt.

mfiles = ADIR(inbarray,'c:\*.xml') works fine

There are probably 55,000 files that meet the first criteria but only 2
that meet the second. Could this be why it's failing?


.


Loading