Item Method
Description
Returns a specific Tip object from the Tips object.
Syntax
Parameters
- NameorNum
- Required Variant that indicates which Tip object to return. It can be either a Long or a String. If it is a Long, it is the index number of the Tip object in the Tips collection. If it is a String, it is the ID of the Tip object.
Return Type
Tip object.
Remarks
Since the Item method is the default, the function name can be omitted if desired.
See Also