compile.time.date.stamp.ap
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
User Comments
What do you think?
Share your experience or ask a question by using the form below.
Login to leave your comments.
