SaveDebugOutput()
Syntax
SaveDebugOutput(Filename$)Description
save the content of the debug output window to the given filename. There is no error if the file cannot be saved.Example:
For i = 1 To 100 Debug Random(i) Next i SaveDebugOutput("C:\log.txt")
Supported OS
All