access.c/size

Attribute Defining Item/BASIC: Syntax, Releases: AP 6.1

displays the number of frames of standard Pick object code.

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'.

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.

See Also

Command Name Type Description
tcl.compile Verb: Access Compiles with upper/lower case insensitivity.
compile.time.date.stamp.ap Definition Obtaining the internal information about compiles in AP.
access.c/total Modifier used by list-obj to display number of frames
access.c/flash Attribute Defining Item displays the number of frames of FlashBASIC code.
tcl.list-obj Verb: Access Output descriptive internal information about compiled FlashBASIC or Pick/BASIC programs.

User Comments

What do you think?

Share your experience or ask a question by using the form below.

Login to leave your comments.