AMOSi:Blength

From Amiga Coding
Revision as of 02:45, 17 November 2007 by Spellcoder (talk | contribs) (Extracted from the AMOSPro V2.00 helpfile)
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)