| c/acct | Index Level | c/code |
| Syntax | |
| Category | Attribute-Defining Item |
| Type | Attribute-Defining Item |
| Description |
displays attribute 11 of compiled binary items through the list-obj TCL command. This is the number of bytes of Pick object code. It is also available to Access.
This attribute holds the number of bytes of the actual compiled object code within the frame(s) that hold the binary item. This information is useful to estimate the number of frames that will be necessary to FlashBASIC compile standard Pick object code. This is typically 4 times the size in bytes, but is dependent on implementation, optimization level and related options, like "f". This byte count does not include the symbol table, FlashBASIC code or the size of the compile date-time stamp. |
| Options | |
| See Also | compile Compile stamps list-obj |
| Example |
list dict bp c/bytes
Page 1 DICT bp DICT bp........ bytes.. test 234 test2 439 |
| Warnings | |
| Compatibility | AP 6.1 |
| c/acct | Index Level | c/code |