Re: limit to number of files handled by adir?
- From: "Anders Altberg" <anders.altberg>
- Date: Wed, 12 Sep 2007 17:14:14 +0200
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?
.
- Follow-Ups:
- References:
- Prev by Date: Re: Compile - file is not open error
- Next by Date: Re: limit to number of files handled by adir?
- Previous by thread: limit to number of files handled by adir?
- Next by thread: Re: limit to number of files handled by adir?
- Index(es):
Loading