| Syntax |
{Flash.routine.name:}\variable.expression
{Flash.routine.name:}\integer.expression
|
| Category |
BASIC Debugger
|
| Type |
Command
|
| Description |
used by the FlashBASIC debugger to display the current value of a variable or integer expression.
|
| Options |
|
| See Also |
non-fatal error condition / FlashBASIC performance error condition FlashBASIC Differences debugger
|
| Example |
*\a(i,j)
*\a(i)+b(i)
|
| 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 |
AP 6.0 FlashBASIC
|