Estrae un token specifico da una stringa di origine, considerando la stringa come un elenco di token delimitati da un separatore specifico.
Sintassi |
strGetToken(string source, string sep, int index): string |
---|---|
source |
Stringa di origine |
sep |
Stringa separatore di token |
index |
Indice del token richiesto (in base 0) |
Esito |
Restituisce il token richiesto o "" se non è stato trovato. |