# c/bytes

Displays attribute 11 of compiled binary items through
the list-obj TCL command. This is the number of
bytes of object code. It is also available to AQL.

This attribute holds the number of bytes of the actual
compiled object code within the frames that hold the binary item.
This information is useful to estimate the number of frames that are
necessary to FlashBASIC compile standard object code. This is typically
4 times the size in bytes, but is dependent on implementation, optimization
level and related options, such as f. This byte count
does not include the symbol table, FlashBASIC code or the size of
the compile date-time stamp.

## Example(s)

```
list dict bp c/bytes
```

## See also

- [compile command](https://d3codex.com/tcl/compile-command/)
- [list-obj command](https://d3codex.com/tcl/list-obj-command/)

---
Source: https://d3codex.com/attributedefiningitem/c-bytes/ - part of the D3Codex reference.
