Gets a Variable object. A Variable object contains information about a variable, such as its name, whether it is exogenous, etc.
Syntax
result = object.variable2
The variable2 property syntax has the following parts:
Part
|
Description
|
result
|
A Variable object.
|
object
|
An object of type CValue.
|