The time and date an mvBASIC program was compiled may be obtained using the following:
Format
LIST [DICT] filename [item-list] [selection] COMP.TIME [output] [print] [modifiers] [(options)] |
Parameter(s)
filename |
Name of the mvBASIC program file. |
item-list |
Item-ID of the program for which you want to obtain the time and date of compilation. If item-list is not specified, the time and date will be listed for all programs in the file. |
For example, the time and date TEST1 was compiled may be obtained using the following:
>LIST DICT BP TEST1 COMP.TIME BP...........................TIME OF COMPILATION TEST1 08:11:12 02 MAR 1992 1 ITEM LISTED. > |
NOTE |
COMP.TIME is a B-correlative in NEWAC which is copied to the master dictionary of new accounts. |
See Also