STOPS THE MODE TRACE AND CLOSES THE TEXT FILE
ACTION
The command TRACE_OFF stops the mode trace and closes the tracing file (in text format).
SYNTAX:
TRACE_OFF
USE ERROR EXAMPLE
dim a%,b%
trace_on "test.txt"
a%=1
b%=1
trace_off
a%=2
end
TRACE_OFF
TRACE_OFF
SEE ALSO
TRACE_ON