c{!}

c{!}


b Index Level d
Syntax c
Category BASIC Debugger
Type Command
Description toggles on or off the display of the current source line when stepping through the program with <ctrl>+j. When this function is on, the line is displayed AFTER it has been executed.

The "c!" form of the command is only available with FlashBASIC. It is identical to the "c" command, except that it displays the source line BEFORE it has been executed. (FlashBASIC only).
Options
See Also l g debugger e z (R83) FlashBASIC j
Example
Warnings
Compatibility D3 7.0 AP AP 6.0 FlashBASIC
b Index Level d