| t | Index Level | up |
| Syntax | {Flash.routine.name:}u{variable} |
| Category | BASIC Debugger |
| Type | Command |
| Description |
removes from the trace table a given variable, or all variables, previously specified with the "t" command.
A "-" (minus) character is displayed for each trace table entry successfully removed from the table. The "u" command, followed by a <return>, clears all trace table entries. |
| Options | |
| See Also | t / d k debugger |
| Example |
*uclient.number
This removes the trace on variable, "client.number" fromt the table. *u This removes all traced variables from the table. |
| Warnings | The "Flash.routine.name" can only be specified if the program has been optimized through the FlashBASIC compiler (see the "o" option under the "compile" command). When a "Flash.routine.name" is specified, the corresponding debugger command is executed against the specified routine. The ":" (colon) separating the "Flash.routine.name" and the debugger command is required. |
| Compatibility | D3 7.0 AP R83 AP 6.0 FlashBASIC |
| t | Index Level | up |