Variables can be global or local. A global variable (see Global variables) is available to all script contexts that follow the context where it was first initialized or referenced, whereas a local variable (see Local variables) is available only within the context where it is declared.
OpenText StreamServe 5.6.2 | Updated: 2018-01-26 |