token

token=variablename=token

 

returns the next token of a specified variable (only type variable!) to the variable "value"

The token is deleted from the variable.

 

 

setvar=mystring=first<char 9>second

tools=token=mystring=<char 9>

meldung=first token "<value>", last token "<mystring>"

 

 

If token is not specified, <cr_lf> is used.