Not sure if this is a bug or if i need to code this differently.
In my script i have this line:
Despite the fact that $chr(125) is in %i.data, it fails to trigger.
%i.data = sometext}}
However, if i use this is a command on the command-line, it DOES trigger.
/if (*} iswm %i.data) { .echo -s YES }
This neatly displays YES in the status window.
Any suggestions?