Quote:
$istok(text,token,C)

Returns $true if token exists, otherwise returns $false.


if I have a var with 'this that they' in it - i.e. a number of words seperated by a space

and I want to do if $2 is equal to one of the words in the var is this the correct way to do it?

if $istok(%var,$2,32) { haltdef }