NextCatch()
Posted: Thu Jan 05, 2006 8:49 am
returns the address where 'catchimage' or 'catchsound' etc. finished there job, ie.
Code: Select all
catchimage(1,?x)
catchimage(2,nextcatch())
catchimage(3,nextcatch())
catchimage(4,nextcatch())
;
datasection
x:
includebinary ....
includebinary ....
includebinary ....
includebinary ....
enddatasection