Description
Get or set the value of the variable Name.
-
Property type
-
A Variant value.
-
Syntax
-
object.Item(Name) [= value]
The Item Property syntax has these parts: |
| object | An expression evaluating to an object of type McVariables. | | Name | Required. A String value. | | value | A Variant value. | Remarks
Item can also be used to get the current value of predefined variables when they are used in the report.
|