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