StringField()

Syntax

Result$ = StringField(String$, Index, Delimiter$)
Description
Returns the string field at the specified index. 'Delimiter$' is the character used to split the string (only 1 char long). The first 'Index' position is 1.

Example:
  For k=1 To 6
    Debug StringField("Hello I am a split string", k, " ")
  Next

Supported OS

All

<- StrU() - String Index - Trim() ->