lntRemoveTrace
lntRemoveTrace(x_traceID[w_window] ) => t / nil
Description
Removes the specified trace from the specified window.
Arguments
|
ID of the window from which the trace is to be removed. When not specified, the trace (if it exists) is removed from the current window. |
Value Returned
Example
lntRemoveTrace(1 window(2))
Removes the trace with ID 1 from window 2.
Related Topics
Return to top