# [ command

The [ command sets the left output zone limits of debugger
 display.

## Syntax

```
[{left.limit,right.limit]}
```

 Both limit arguments must be numeric, and it is advised that the second argument be larger
 than the first. The [ command, followed by pressing ENTER, removes zone
 limits.

## Example(s)

```
*[1,30]
*[
```

## See also

- [BASIC/FlashBASIC Debugger](https://d3codex.com/flashbasicdebugger/basic-flashbasic-debugger/)
- [] command](https://d3codex.com/flashbasicdebugger/right-bracket-command/)

---
Source: https://d3codex.com/flashbasicdebugger/left-bracket-command/ - part of the D3Codex reference.
