StringField()

Syntax

Result$ = StringField(String$, Index, Delimiter$)
Description
Returns the string field at the specified index. A one character 'Delimiter$' is used to split the string. 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

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