PickBASIC / FlashBASIC
capturing clause
.mdThe capturing clause resumes the capturing effect from the previous execute...capturing statements in a FlashBASIC or BASIC program.
Syntax
capturing [off|on|exp]
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. |
| exp | Capturing is turned on if the expression evaluates to nonzero (true) and turned off if it evaluates to 0 (false). |
Example(s)
See also
Referenced by
2 topics mention capturing clause in its description.