# unlock-frame command

The unlock-frame command clears the
memory corelock previously core-locked with a lock-frame command.

## Syntax

```
unlock-frame {.}fid
```

## Parameter(s)

| fid | (Decimal) Frame number to unlock. A leading period indicates that the frame number is in hexadecimal. |
| --- | --- |

## Example(s)

```
unlock-frame 7891
```

```
unlock-frame .1ed3
```

## See also

- [lock-frame command](https://d3codex.com/tcl/lock-frame-command/)

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