TRACE_OFF

TRACE_OFF

STOPS THE MODE TRACE AND CLOSES THE TEXT FILE

  • Type: Command
  • Parameter: 0
  • Group: Reference

ACTION

The command TRACE_OFF stops the mode trace and closes the tracing file (in text format).

SYNTAX: TRACE_OFF

USE

  • The command TRACE_OFF is used to stop the mode trace.

ERROR

  • None.

EXAMPLE

dim a%,b%

trace_on "test.txt"

a%=1

b%=1

trace_off

a%=2

end

SEE ALSO

TRACE_ON