To understand why pointers are fast you need to know a pointer stores the address to a object like a variable in memory and you need to know what that address is doing.
Here is another really good lesson on pointers. http://masters-of-the-void.com The tutorial is called Masters of the Void and instead of chapters it uses the word Book. Look at Book 6 ro learn about memory management and pointers. JB _______________________________________________ use-livecode mailing list [email protected] Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-livecode
