Comments

JohnnyRoy wrote on 4/24/2009, 1:51 PM
You just now found the Script Editor? It's been around since Vegas 6! ;-) (still not "officially" support though) :(

Did you know you can send debug print output to this window? It's very handy indeed. Thanks for sharing.

~jr
Marco. wrote on 4/25/2009, 1:38 AM
"Did you know you can send debug print output to this window?"

How do you do this?

Marco
JohnnyRoy wrote on 4/26/2009, 7:29 AM
> How do you do this?

Like this:

vegas.DebugOut("Hello World");

The output will show up in the bottom output area of that window.

~jr
Marco. wrote on 4/26/2009, 10:30 PM
Thanks.

Marco