Difference between revisions of "AMOSi:Blength"

From Amiga Coding
Jump to: navigation, search
m (1 revision(s))
 
(Extracted from the AMOSPro V2.00 helpfile)
(No difference)

Revision as of 02:45, 17 November 2007

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)