# set-active-update command

The set-active-update command ensures
that data fragments are cleaned-up from file-system frames whenever
data is deleted from a file. Additionally, frames that are being returned
to local overflow are also scrubbed.

## Syntax

```
set-active-update {(options}
```

## Parameter(s)

| options | n | Turns active update feature on. |
| --- | --- | --- |
| f | Turns active update feature off. | |

## See also

- [account-maint command](https://d3codex.com/tcl/account-maint-command/)
- [Cruising and zooming commands](https://d3codex.com/updateprocessor/cruising-and-zooming-commands/)
- [Default output specifications](https://d3codex.com/access/default-output-specifications/)
- [Dictionaries](https://d3codex.com/definitions/dictionaries/)
- [edit command (BASIC/FlashBASIC Debugger)](https://d3codex.com/flashbasicdebugger/edit-command-basic-flashbasic-debugger/)
- [Update processor overview](https://d3codex.com/updateprocessor/update-processor-overview/)
- [Editor overview](https://d3codex.com/editor/editor-overview/)
- [Using the Update processor as a data processor](https://d3codex.com/updateprocessor/using-the-update-processor-as-a-data-processor/)

---
Source: https://d3codex.com/tcl/set-active-update-command/ - part of the D3Codex reference.
