Pointers

Colin Holgate colinholgate at gmail.com
Sat Oct 15 10:48:52 EDT 2016


The difficulty with pointers and handles was that with one you could get straight at the value you wanted, and the other you had to dereference it first. Meaning, that you were the one who had to understand whether you were dealing with a pointer or a handle. Computers ought to take care of those things for you.


> On Oct 15, 2016, at 7:38 AM, Mike Kerner <MikeKerner at roadrunner.com> wrote:
> 
> I don't know why you would have a problem with that;
> Once you understand how to use pointers, you should have no problems with
> handles;




More information about the use-livecode mailing list