# flashbasic command

The flashbasic command toggles FlashBASIC
on and off.

Note:

- If FlashBASIC is turned off, class library connections cannot be made since they use the FlashBASIC runtime engine.

- For Windows: If FlashBASIC is turned off, nt_ commands cannot run since they must be compiled to allow the % functions to process.

## Syntax

```
 flashbasic (options
```

## Parameter(s)

| options | Available options are: |
| --- | --- |
| n | Toggles FlashBASIC On. |
| f | Toggles FlashBASIC Off. |

---
Source: https://d3codex.com/tcl/flashbasic-command/ - part of the D3Codex reference.
