Fran�ois Van Emelen writes: > 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?
There is be no need to keep opening and closing channels or even re-executing the SBasic interpreter. As my program demonstrated you can simply keep it plumbed in for re-use for as long as you need it. Youd only have to set it up again if it crashed. A combination of Marcel's program with the principle of mine would be a solution to your problem, I think. Per
