Description Retrieve the value of an item
Property type
A Variant value.
Syntax
object.Item(n) [= value]
The Item Property syntax has these parts:
|
object | An expression evaluating to an object of type CallsignList. | n | Required. A Long value. | value | A Variant value. |
|