Script - Send Silent Command?

ChrisIzatt

New member
I was just wondering if anyone knows if there is a way to send a silent command (so that it doesn't show in the console window) in Viz Scripting? I need to monitor a clock so am using the following command OnExecPerField():

Code:
dim iTime as Integer = CInt(this.System.SendCommand("CLOCK0*TIME GET"))

It all works fine, however - it's a bit annoying that the console is then filled with these messages when trying to debug something else in the scene.

Thanks,
Chris.
 
Seven years later, hopping that the @ trick could already work now, I tryed it in System.SendCommand("@MAIN IS_ON_AIR") but it still displays "COMMAND mapped to ID of "current session" (000002AD33714150)" in the Console.
Is there still no way to prevent a command to output something to the Console?
 
Back
Top