SaveDebugOutput()
Syntax
SaveDebugOutput(Filename$)Description
Save the content of the debug output window to the given file. There is no error if the file cannot be saved.
Parameters
Filename$ The filename to save the output to.
Return value
None.
Example
For i = 1 To 100 Debug Random(i) Next i SaveDebugOutput("C:\log.txt")
See Also
Included debugging tools, Debug, ShowDebugOutput(), ClearDebugOutput(), CopyDebugOutput()
Supported OS
All