StringField()
Syntax
Result$ = StringField(String$, Index, Delimiter$)Description
Returns the string field at the specified index.
Parameters
String$ The string to parse. Index The field index to return. The first index is 1. Delimiter$ The string delimiter to use to separate the fields. It can be a multi-characters delimiter. 
Example
  For k = 1 To 6
    Debug StringField("Hello I am a splitted string", k, " ")
  Next
Supported OS
All