Returns the indexth item in the collection. The index
starts at 0. If index is greater than or equal to the
number of objects in the list, this returns null.
param
index index into the collection.
return
The GenericString at the indexth
position in the StringList, or null if
that is not a valid index.