c Command (FlashBASIC Debugger)

The c command 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 displays after it has been executed.

Syntax

c{!}

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).

See Also

BASIC/FlashBASIC Debugger, CTRL+J Command, e Command, g Command, l Command