PickBASIC / FlashBASIC
capturing statement
.mdThe capturing statement resumes the capturing effect from the previous execute...capturing statements in a FlashBASIC or BASIC program.
Syntax
capturing [off|on|var]
Parameter(s)
| off | Turns off the capturing effect from the previous execute...capturing statements in a FlashBASIC or BASIC program. |
| on | Resumes the capturing effect. |
| var | Capturing is turned on if the variable evaluates to non-zero (true) and turned off if it evaluates to 0 (false). |
Example(s)
See also
Referenced by
1 topic mentions capturing statement in its description.