SetErrorStackSize Method (ERROR)
10.1, PLBCMP GUI Only
The SetErrorStackSize method adjusts the size of the error stack. This method uses the following format:
|
|
|
|
|
|
|
|
|
|
Where:
label
Optional. A Program Execution Label.
object
Required. An ERROR object that has been previously declared.
return
Optional. A Numeric Variable that returns the previous error stack size.
size
Required. A Numeric Variable or decimal number whose value is the new stack size.
flags
Optional. A Numeric Variable that specifies a bit mask value that controls the behaviors of this method.
Flags Affected: EOS, OVER, ZERO
Note the following:
The ZERO flag is set if the {return} value is zero.
The OVER flag is set if the returned value overflows the {return} Numeric Variable.
The EOS flag is always set to FALSE.
The {flags} parameter is implemented to support future method behaviors.
See Also: Method Syntax, ERROR Methods
![]() |