AMOSi:Blength

From Amiga Coding
Jump to: navigation, search

Returns the length of a bank from program UNDERNEATH the present one. It's used by accessories such as the object editor to access the users bob images.


You'll get a zero if the bank has not been defined in the previous program, or there's no other program in memory. (PRG UNDER=0)


l=Blength(bank)