TRACE Command

Description:

This command writes user-definable messages to the Script tracing log.

Format:

 TRACE value{,value...}

Parameters:

value

The value or variable to be written to the trace log. This may be a variable or quoted character string.

Examples:

 TRACE 'Trace point following "overflow" condition'
 TRACE "Trace point ", trcpos

See also:

Diagnostic Commands