Scope: Xpedition Designer schematic editor
Collection: StringList Collection
Prerequisites: None
Returns a string (specified by Index) that is contained in the collection.
StringList.GetItem(ByVal Index As Long) As String
Long value specifying the index of the element in the collection. Indexing starts at 1.
String. A string representing an element in the collection as specified by the Index argument.