Compile stamps

Compile stamps


CAPTURING Index Level Compile time/date stamps (R83)
Syntax
Category BASIC
Type Definition
Description contains descriptive internal information about programs compiled for FlashBASIC.  

When a program is compiled, 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
Options
See Also basic u222d compile value mark d (date) t (text extraction) attribute-defining items Compile time/date stamps (R83) FlashBASIC list-obj c/total c/flash c/fid c/size c/date c/time c/port c/user c/acct c/release c/code c/options c/bytes
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.
Warnings
Compatibility AP 6.1 AP 6.0 FlashBASIC
CAPTURING Index Level Compile time/date stamps (R83)