UNTRACE

Synopsis
UNTRACE contentslist
Description

Turns off tracing for the named items.

UNTRACE does not throw an error if it is asked to untrace a procedure, variable, or property list that is not being traced, but doing so has no effect.

Example
TO MYPRINT :a
  PRINT :a
END

MYPRINT "Hello
Hello

TRACE "MYPRINT
MYPRINT "Hello
( MYPRINT "Hello )
Hello
UNTRACE "MYPRINT
MYPRINT "Hello
Hello
See Also
TRACE
The Trace Button

SourceForge.net Logo