Please enable JavaScript to view this site.

Extract a specific string token from a source string, considering the string a list of tokens delimited by a specific separator.

Syntax

strGetToken(string source, string sep, int index): string

source

Source string

sep

Token separator string

index

Index of required token (0-based)

Result

Returns the required token or "" if could not be found

 

  

Keyboard Navigation

F7 for caret browsing
Hold ALT and press letter

This Info: ALT+q
Page Header: ALT+h
Topic Header: ALT+t
Topic Body: ALT+b
Contents: ALT+c
Search: ALT+s
Exit Menu/Up: ESC