i think an even more sure fire way to see if all images dealt w/ are the same object, is if you just throw in a "put imageXYZ" command. if you have your image contained in variable "x" and you pass x to a new object, and the new object holds the image in variable "y", if, from each object you put x&y respectively, you should be able to compare what comes out. and yes, as long as you aren't specifically duplicating your image, it should be the same object (thus is a reference w/in your scripts, not actually occupying more and more memory).
Evan Michael von Aichberger wrote: > Hi Daniel! > > >>You could easily test it by a) watch the freebytes / freeblocks > > both commands don't work in Windows (at least not for me: win2000, Dir 8.5G) > I would be lucky if I could use them > > >>change the image > > good idea, maybe I'll do that, unless someone else confirms the impression > you're under ... > > Thanks anyway > Michael > > [To remove yourself from this list, or to change to digest mode, go to >http://www.penworks.com/lingo-l.cgi To post messages to the list, email >[EMAIL PROTECTED] (Problems, email [EMAIL PROTECTED]). Lingo-L is for >learning and helping with programming Lingo. Thanks!] > [To remove yourself from this list, or to change to digest mode, go to http://www.penworks.com/lingo-l.cgi To post messages to the list, email [EMAIL PROTECTED] (Problems, email [EMAIL PROTECTED]). Lingo-L is for learning and helping with programming Lingo. Thanks!]
