Quote:
Could someone be able to give/help me make a script to rip apart half a sentence, like a question | answer gather (all on one line)
example.
2+2*4

and would return
%question 2+2
%answer 4
(i think you can use tokens for this but i have no idea how to use those yet)
Thanks grin


/help $gettok
/help tokenize

will be a start - make some small scripts to experiment with - you will find it surprisingly easy! There are also some examples in the help files.

Cheers,

DK