Specifies how ObjectScript reacts when it attempts to fetch the value of a variable that has not been defined. The value of Undefined may be 0, 1, or 2:
0 - Throw an <UNDEFINED> error. (default)
1 - If the undefined variable has subscripts, return a null string, but if the undefined variable is single-valued, throw an <UNDEFINED> error.