how can i create an indicator according to a label..eg:
if label=xxxxxxx
then ind is on
if label=yyyyyyy
then ind is off
any help?
Printable View
how can i create an indicator according to a label..eg:
if label=xxxxxxx
then ind is on
if label=yyyyyyy
then ind is off
any help?
something along these lines..
and working example...PHP Code:SETVARBYCODE;myvar;<label>||EVAL;result;strcomp("$myvar$";"<compare text>")||BYVAR;result;<didn't match cmd><<<did match cmd>
PHP Code:SETVARBYCODE;myvar;STATUS||EVAL;result;strcomp("$myvar$";"PLAY")||BYVAR;result;PLAY<<PAUSE