c/size

c/size


c/release Index Level c/time
Syntax
Category Attribute-Defining Item
Type Attribute-Defining Item
Description displays the number of Pick frames of object code.

This number does not include the number of FlashBASIC object code frames. See "c/total".
Options
See Also compile Compile stamps c/total c/flash list-obj
Example list dict bp c/size c/flash c/total

Page   1     DICT bp

DICT bp........ pick.sz flash.sz frames

test                  1        0     1
test2                 1        4     5*

Notice the "*" indicates "test2" has been compiled with FlashBASIC.
Warnings
Compatibility AP 6.1
c/release Index Level c/time