Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Directs the result of an expression to the Debug Output window.
DEBUGOUT eExpression
Parameters
- eExpression
Specifies an expression to evaluate and display in the Debug Output window.
Remarks
Use DEBUGOUT to identify when a procedure or function is executed. For example, you can place DEBUGOUT at the beginning of a procedure to display a message in the Debug Output window, indicating that the procedure has begun executing.
Note that you can only abbreviate DEBUGOUT to a minimum of 6 characters, distinguishing it from the DEBUG command.