Getting down to the real meat of my project. I need to pass the value in a DASHBOARD container, say score to another piece of software using a web script something like this:
ogscript.asyncPost("http://127.0.0.1:8088/API/?Function=SetText&Input=ytvscorebug1.gtzip&SelectedName=HScore.Text&Value=%2b%3d1",null, null);
but in this case I need to pass a value that is a "current " value in an item.
So instead of adding 1 or subtracting a value to a value that is already there I need to assign the current vale in DASHBoard to a a text box in vMIX, labelled (in this case) HScore.Text.
Can this be accomplished?
Thanks
Whit