Lingo Dictionary > T-Z > trace |
![]() ![]() ![]() |
trace
Syntax
the trace
Description
Movie property; specifies whether the movie's trace function is on (TRUE
) or off (FALSE
). When the trace function is on, the Message window displays each line of Lingo that is being executed.
This property can be tested and set.
Example
This statement turns the trace
property on:
the trace = TRUE
See also
![]() ![]() ![]() |