Where *is* the "scripteditor output window?"

michael-harrison wrote on 5/25/2020, 1:21 AM

From the docs:

void DebugOut( String sz)

Sends strings to the ScriptEditor output window.Parameters: sz:

 

and I can't find anyplace that will allow me to display an output window. I know I could write to a file or throw up message boxes but it's just quick and dirty throwaway output I want to see.

System 1:

Windows 10
i9-10850K 10 Core
128.0G RAM
Nvidia RTX 3060 Studio driver [most likely latest]
Resolution        3840 x 2160 x 60 hertz
Video Memory 12G GDDR5

 

System 2:

Lenovo Yoga 720
Core i7-7700 2.8Ghz quad core, 8 logical
16G ram
Intel HD 630 gpu 1G vram
Nvidia GTX 1050 gpu 2G vram

 

Comments

jetdv wrote on 5/26/2020, 3:22 PM

I always use message boxes unless it's a script like the classid output I just helped you with or I'm running through Visual Studio inside Vegas. I do know that is in the API at least all the way back to 2005. I also know the SoundForge scripting has a "view.scripteditor" command.