From: <hel...@gm...> - 2006-08-28 14:05:34
|
Hello, is it by design, that during pre-compilation the existence of funtions (or the correctness of function names) is not checked? Any mistyped function name is just discovered at runtime and leads to a "error running chunk" message. I would rather expect that the function names are checked sooner, so that any mistyped function (not declared or defined with RegisterFunction) is reported during pre-compilation. Yours, Helmut |