Activation of global variables

Hi All,

If i used the script library in a form for global, when can it get activated , either at compile time or run time?

Thanks in advance,

Kamal.

Subject: Activation of global variables

If you mean “when is the script library used”, it has to be available at run time. The symbols (variables, etc.) in the source code are checked at compile time, but the compiled code is in the script library document, not in the form or agent that uses it.