DEBUGOUT Command

See Also

Directs the result of an expression to the Debug Output window.

Syntax

DEBUGOUT eExpression

Arguments

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.