compile.time.date.stamp.ap

Definition/BASIC Program, Releases: AP 6.1 and AP 6.0 FlashBASIC

Obtaining the internal information about compiles in AP.

Description

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

When a program is compiled on Advanced Pick releases of 6.1.0 or higher, information is placed in the dictionary level of the file in which the source program resides. The structure of the information is as follows:

Attr Description
0 item-id
1 CC
2 starting frame number of object code
3 Pick/BASIC object frame count
4 date, internal, when last compiled
5 time in seconds, internal, when last compiled
6 port number of who compiled program last
7 user who compiled program last
8 account name that compiled program last
9 release version from where program was last compiled
10 options used when last compiled, alphabetically
11 bytes in Pick/BASIC object code
12 FlashBASIC object frame count

Example

ct dict bp prog

001 CC
002 740380
003 1
004 9424
005 37743
006 12
007 dm
008 qa
009 6.1.0.A5
010
011 43
012 0

This program was compiled October 19, 1993 at 10:29:03 a.m., and takes up 43
bytes of 1 frame. It was compiled on port 12 by user 'dm' in the
account 'qa' with no options and was not Flash compiled.

See Also

Command Name Type Description
tcl.basic Verb: Access Invokes 'compile' with upper / lower case insensitivity.
ue.222d User Exit Retrieves the CC pointer item information
tcl.compile Verb: Access Compiles with upper/lower case insensitivity.
value.mark Definition Used to separate values within attributes.
pc.d Processing Code Date conversion.
pc.text.extract Processing Code Text extraction function.
attribute.defining.items Introductory An overview of attribute-defining items.
compile.time.date.stamp.rp Definition Obtaining the time and date of compiles in R83.
flash.basic Definition converts Pick/BASIC source code into a list of binary instructions called object code.
tcl.list-obj Verb: Access Output descriptive internal information about compiled FlashBASIC or Pick/BASIC programs.
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.
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.