Specifications

BASIC commands
PROGRAMMING MANUAL 172
Revision 5.0
3.2.268 TROFF
/i
3.2.269 TRON
/i
3.2.270 TRUE
/i
3.2.271 TSIZE
/i
Description The TRIGGER command starts a previously set up SCOPE command.
Note: Trajexia Studio uses TRIGGER automatically for its oscilloscope func-
tion.
Arguments N/A
Example No example.
See also SCOPE.
Type Program command
Syntax TROFF [ "program_name" ]
Description The TROFF command suspends a trace at the current line and resumes nor-
mal program execution for the program specified with program_name. The
program name can also be specified without quotes. If the program name is
omitted, the selected program will be assumed.
Arguments program_name
The name of the program for which to suspend tracing.
Example >> TROFF "lines"
See also SELECT, TRON.
Type Program command
Syntax TRON
Description The TRON command creates a breakpoint in a program that will suspend pro-
gram execution at the line following the TRON command. The program can
then for example be executed one line at a time using the STEPLINE com-
mand.
Notes:
Program execution can be resumed without using the STEPLINE com-
mand by executing the TROFF command.
The trace mode can be stopped by issuing a STOP or HALT command.
Arguments N/A
Example TRON
MOVE(0,10)
MOVE(10,0)
TRON
MOVE(0,-10)
MOVE(-10,0)
See also SELECT, TROFF.
Type Constant (read-only)
Syntax TRUE
Description The TRUE constant returns the numerical value -1.
Arguments N/A
Example test:
t = IN(0) AND IN(2)
IF t = TRUE THEN
PRINT "Inputs are ON"
ENDIF
See also N/A
Type System parameter (read-only)
Syntax TSIZE
Description The TSIZE parameter returns the size of the TABLE array, which is one more
than the currently highest defined TABLE element.
TSIZE is reset to 0 when the TABLE array is deleted using DEL "TABLE" or
NEW "TABLE" on the command line.
Arguments N/A