UNTRACE contentslistTurns 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.
TO MYPRINT :a PRINT :a END MYPRINT "HelloHelloTRACE "MYPRINT MYPRINT "Hello( MYPRINT "Hello ) HelloUNTRACE "MYPRINT MYPRINT "HelloHello
| TRACE |
| The Trace Button |