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