Page 1 of 1

Trigger a task when a value changes

Posted: Mon Mar 08, 2004 4:10 pm
by yaccri
Maybe it is just too late in the night, or maybe it's because my favorite basketball team had a terrible game. I must be missing something here.



I want to trigger a VB script when some value is changed. Specificaly, make a VB script been fired when a 'TV Channel' numeric property (1-999) changes.



Any suggestions?



Yoram

Posted: Mon Mar 08, 2004 5:22 pm
by kbosscawen
I did this by creating a task:



if ('Cable.CurrrentChannel' is Not Equal '0') Then

Change 'ChangeChannel.State' to 'Running'



ChangeChannel is the VBScript.