Newie help needed please!
KeithJust
Posts: 18
I was wondering if anyone out there could help a Newbie with an efficient way of doing this?
PLH-VS8 if output X is activated
then activate input X,X and output X,X
Any help would e greatly appreciated!
PLH-VS8 if output X is activated
then activate input X,X and output X,X
Any help would e greatly appreciated!
0
Comments
data_event [vs]
{
string:
{
if(find_string(data.text,"'O1 ',$0D",1)) //output to track
{
send_command vs,"remove_string(data.text,"'O'",1),'2,3'" //outputs to sync
}
}
}
Scott
Scott
Scott