Hi Wolfgang,

[EMAIL PROTECTED] wrote:
On 20 Feb 2003 at 10:01, François Van Emelen wrote:


Hi Marcel,
Thank you for your answer.

Wouldn't there be a problem when your Eval$(e$)function is used 1000s of times?
Isn't there a limit to the number of times a channel can be opened and closed in a program?
François Van Emelen

No, not if you close it again.
There is a limited number of channels that might be open at the same time, but since the channel is closed again - no problem.

Just try:
for lp=1 to 50000
c%=fopen('ram1_p')
close#c%
delete ram1_p
end for lp

No problem here!
Wolfgang

I'm mixing up things, I suppose
François Van Emelen

Reply via email to