tcl.list-obj

Verb: Access/TCL, Releases: AP 6.1

Output descriptive internal information about compiled FlashBASIC or Pick/BASIC programs.

Syntax

list-obj {file.reference}

Description

outputs descriptive internal information about programs compiled for Pick/BASIC and FlashBASIC.

Without any options the 'list-obj' verb will output information on the 'bp' file.

The displayed information includes the last compile date, last compile time, total frame usage, port number last compiled on, user name who last compiled, and account where last compiled.

Options

e outputs Pick/BASIC frame usage, FlashBASIC frame usage, total frame usage, beginning fid, and release version last of last compile.
p directs output to the Spooler

See Also

Command Name Type Description
compile.time.date.stamp.ap Definition Obtaining the internal information about compiles in AP.
ue.222d User Exit Retrieves the CC pointer item information
access.c/total Modifier used by list-obj to display number of frames
access.c/code Attribute Defining Item displays attribute one of binary items compile date-time stamps
access.c/options Attribute Defining Item displays attribute 10 in list-obj TCL command.
access.c/bytes Attribute Defining Item displays attribute 11, number of bytes, of binary items.
access.c/flash Attribute Defining Item displays the number of frames of FlashBASIC code.
access.c/fid Attribute Defining Item displays the starting frame number of binary items.
access.c/size Attribute Defining Item displays the number of frames of standard Pick object code.
access.c/date Attribute Defining Item displays the date a binary item was compiled.
access.c/time Attribute Defining Item displays the time when a binary item was compiled.
access.c/port Attribute Defining Item displays the port where a binary item was last compiled from.
access.c/user Attribute Defining Item displays the user that last compiled a binary item.
access.c/acct Attribute Defining Item displays the account on which a binary item was last compiled from.
access.c/release Attribute Defining Item displays the O/S release when a binary item was last compiled.

User Comments

What do you think?

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

Login to leave your comments.