Just parse the result.

Example:

//tokenize 32 $getrline(quotes.txt,*hello*) | echo -a Line number: $1 ** Quote: $2-

//var %full = $getrline(quotes.txt,*hehe*), %number = $gettok(%full,1,32), %quote = $gettok(%full,2-,32)

...

Greets


Gone.