Items Method

Contained in the Stringtable object ; Returns the Item object at the index specified.

Syntax

stringtable.Items number

The Items method syntax has these parts:

Part  Description

stringtable An object expression that evaluates to a StringTable object.

number  A numeric expression that indicates which item you want to return. See Data Indexing.

 

Return Value

Returns the Item object at the index specified.