DBNO, DINO, DBLG and DILG

Top 

 

You can only load these operands. They specify the number and the length of the just opened DB/IDB.

 

 L DBNO  // Number of Global DB

 L DINO  // Number of Instance DBs

 L DBLG  // Length of Global DB in Bytes

 L DILG  // Length of Instance DBs in Bytes

 

If you want to open the just opened DB later again, just program:

 

 L        DBNO                // Number of Global DB

 T        #SaveDB        // #SaveDB declared as INT

 .....

 .....

 OPN DB[#SaveDB] // open DB again

OPN

List of operations