PureBytes Links
Trading Reference Links
|
> It executes when verifying, and bypass the if then bloc to chzck
> what is inside for the case
> It executes to check errors when compiling ( F3)
Is TS2k different on this point? TS4 does NOT execute the study when
verifying. You don't find out about run-time errors until run-time.
(How could it check errors at compile time? It doesn't know what
data the study will be applied to, nor what the input values will be!)
The Series vs. Simple thing is a totally different issue. That
causes EL to call the function (at RUN-TIME) even when the code says
it "shouldn't."
Gary
|