StringField()

语法

Result$ = StringField(String$, Index, Delimiter$)
概要
Returns the string field at the specified index.

参数

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.

示例

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

已支持操作系统

所有

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