PBAVariable.checkTableVariableDefaultValue Method
Checks the validity of the default value specified in a table variable.
Syntax
public boolean checkTableVariableDefaultValue(PBAValue _defaultValue)
Run On
Called
Parameters
- _defaultValue
Type: PBAValue Extended Data Type
Return Value
Type: boolean
false if the current PBAVariable value is a table variable and the default value does not exist in the table that corresponds; otherwise, true.
Remarks
For any PBAVariable that is not a table variable, the method returns true.