Use this property to retrieve a string given an Index. Read
Property Item( [Index]) As String
Index of the string to be retrieved. The Index must be an ordinal position.
The Item property can be used, in conjunction with the Count property, to enumerate through all the items in the collection.
Note: The collection is indexed from one. That is, the index of the first item in the collection is one, and not zero.
This is the Strings collection's default property. For tips on how to use default properties to reduce the amount of code you need to write, see Using default properties.
Crystal Decisions, Inc. http://www.crystaldecisions.com Support services: http://support.crystaldecisions.com |