AMOSi:Blength

From Amiga Coding
Revision as of 01:51, 17 November 2007 by Spellcoder (talk | contribs) (1 revision(s))
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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)