1. Euphorias File Limit :0
File Limit :0
RDS if Euphoria can't open more then twelve files does that mean the hightes
file num is 14? I would like to know as then we can check if it's we're about to
run out of file numbers.
Also the bug fixes could justify a Euphoria 2.0.1 release.
---
Sincerely,
Mathew Hounsell
Mat.Hounsell at Mailexcite.Com
Free web-based email, Forever, From anywhere!
http://www.mailexcite.com
2. Re: Euphorias File Limit :0
Mathew Hounsell writes:
> RDS if Euphoria can't open more then twelve files does that
> mean the hightes file num is 14? I would like to know as then
> we can check if it's we're about to run out of file numbers.
Yes 0..14.
0,1 and 2 are standard ones.
3 to 14 are assigned from open(). (I haven't checked this precisely)
Anyway, it will be higher in the next release.
Regards,
Rob Craig
Rapid Deployment Software