KB#00053-How to find out what level a BBx program is saved as
Title:
How to find out what level a BBx program is saved as
Description:
The BBx Level is stored as the 19th byte in the header of a BBx program file. Here's a sample program that will extract that and print it out:
0010 INPUT "File: ",F$
0020 OPEN (1,ISZ=-1)F$
0030 READ RECORD(1,SIZ=19)A$
0040 LET L$=HTA(A$(19))
0050 PRINT "Program Level:",NUM(L$)
Last Modified: 11/10/1998 Product: PRO/5 Operating System: All platforms
BASIS structures five components of their technology into the BBx Generations.