Hi,
Is it possible to use a variable within the actual string being sent to a switcher or any other way to feed a value into the string? This is my script:
var MVboxnmbr = ogscript.getValue(0x20,0);
rosstalk.sendMessage('10.20.30.401, 7788, 'MVBOX 1:
MVboxnmbr:IN:1');
Thanks