Conditional Question...

Chimp

New member
I'm hoping that some guru here knows how to do this...

I'm using the cc2_textfile2 plugin to read a web page...that part all works great,
but I'd like to change the output text based on the pattern that regex matches.

It looks like the conditionals only test numbers...is this true?

It would be something like this in faux code:

$var = output from regex

if($var=="Fail")then {$othervar="Red Light"}

Any help would be appreciated (even if it's to say it can't be done),

-Chimp.
Looking for additional LCD resources? Check out our LCD blog for the latest developments in LCD technology.
 

CF Mark

Administrator
You are correct, the events can only test for numbers.
I dont think there is any way around this at the moment, sorry :(
 
Top