User`s guide

Appendix
III
Debugging
Messages
187
T(N%) Indicating the stack's level. When the program branches to a
subroutine, the stack's level increases 1; when the program
returns, the stack's level decreases 1. It can be used to
check if the
"stack overflow" problem happens.
TCP_ERR_CODE Indicating the command TCP_ERR_CODE is processed.
TCP_OPEN(...) Indicating the command TCP_OPEN is processed.
TIME$ Indicating the system time is inquired.
TIME$(X$) Indicating the system time is updated. X$ is the new system time.
TIMER Indicating the command TIMER is processed.
TRANSACTION_COUNT Indicating the command TRANSACTION_COUNT is
processed.
TRANSACTION_COUNT_EX(fil
e%)
Indicating the command TRANSACTION_COUNT_EX is
processed.
TRIM_LEFT$(X$) Indicating the command TRIM_LEFT$ is processed.
TRIM_RIGHT$(X$) Indicating the command TRIM_RIGHT$ is processed.
UCASE$(X$) Indicating the command UCASE$ is processed.
UNLOCK Indicating the command UNLOCK is processed.
UPDATE_RECORD(...) Indicating the command UPDATE_RECORD is processed.
UPDATE_TRANSACTION(N%,d
ata$)
Indicating the command UPDATE_TRANSACTION is
processed.
UPDATE_TRANSACTION_EX(..
.)
Indicating the command UPDATE_TRANSACTION_EX is
processed.
VAL(X$) Indicating the command VAL is processed.
VALF(X$) Indicating the command VALR is processed.
VERSION(A$) Indicating the command VERSION is processed. A$ is the
character string to be written as the version information.
VIBRATOR(mode%) Indicating the command VIBRATOR is processed.
WAIT(duration%) Indicating the command WAIT is processed.
WAIT_HOURGLASS(...) Indicating the command WAIT_HOURGLASS is processed.
WEDGE_READY Indicating the command WEDGE_READY is processed.
WRITE_COM(N%,A$) Indicating the command WRITE_COM is processed.
XOR Indicating the logical operation XOR is processed.