1.5

Table Of Contents
necessary to examine the value of found() to determine the actual result of the operation.
Examples
get()
Related Object: Boundaries.
get(in_Region)
Retrieves an array of strings from the region defined by the in_Region object. in_Region
object can be created with a call to region.createRegion().
in_Region
ScriptRegion tabular Object.
Example
boundaries.get(region.createRegion("Email_Address"));
get(number)
get(object)
get(string)
getVariable()
Method that retrieves the value currently stored in a variable.
Related Object: Boundaries.
getVariable(varName)
Retrieves the value currently stored in variable varName. If the variable does not exist, the
value null is returned. It is considered good practice (almost mandatory, even!) to always check
whether a variable is defined before attempting to access its value.
varName
String name of the variable from which the value is to be retrieved.
Page 247