# SETSTATUSBAR

Enable or disable the status bar.

### Syntax

```javascript
SETSTATUSBAR(value)
```

### Arguments

value - Set to TRUE to enable the status bar.

### Example

```
SETSTATUSBAR(TRUE)
//Enables the status bar
```

<figure><img src="https://3062809325-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FEbkCXCUXmtUq5tcnUtZE%2Fuploads%2Fq4sRNo6iCVpEewiW8uLq%2Fimage.png?alt=media&#x26;token=f38e17c8-7442-4c48-a852-17ba7b551a59" alt=""><figcaption><p>Using scripts to enable the status bar</p></figcaption></figure>

Using scripts to control status bar visibility:

<figure><img src="https://3062809325-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FEbkCXCUXmtUq5tcnUtZE%2Fuploads%2Fc8nGpeDKeSo3i9yWV8NN%2FUntitled%20Project.gif?alt=media&#x26;token=01dda2dd-d39c-433d-99e3-db096698a7ea" alt=""><figcaption><p>Enabling and disabling the status bar with scripts</p></figcaption></figure>
