?

?


$! Index Level ?!
Syntax
Category BASIC Debugger
Type Command
Description Displays the current program name an line number
Options
See Also ?! $! $ DEBUG debug debugger FlashBASIC
Example :run bp conv (d<return>
*E1                      
*?<return>               
*? conv L 1 object verifies.

"conv" is the name of the program being executed. "L 1" indicates that line one of the program is about to be executed.

If the "conv" program had been "flashed" (meaning, compiled with the "o" option), the message produced by "?" would appear as:

*? conv L 1 FlashBASIC object verifies.
Warnings
Compatibility D3 7.0 AP R83 AP 6.0 FlashBASIC
$! Index Level ?!