Originally Posted By: firefox
If I have:
($gettok(%filter,1,32) = sometext)
how can I do
($gettok(%filter,1,32) = anytextwithcolourcodeof15)

Code:
if (15 isin $gettok(%filter,1,32))

?