# c/total

Displays the total number of frames that make up a binary
item. The frame count is divided into two parts, the number frames
of:

- D3 object code

- FlashBASIC object code

It is used by AQL and list-obj to add together
attributes 3 and 12 of compiled date-time stamps.

## Syntax

```
command dict file.reference {item.list} c/total {(options)}
```

## Example(s)

```
list dict bp c/total
Page 1
dict bp
dict bp........frames
test
1
test2
4*
```
Note: The asterisk indicates that this program has been
compiled with FlashBASIC.

## See also

- [c/size](https://d3codex.com/attributedefiningitem/c-size/)
- [list-obj command](https://d3codex.com/tcl/list-obj-command/)

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