By accident, I discovered that "¬", (ASCII 194) the old HC script editor line break char, works fine in LC. It is not documented, though I added a user note under the "\"keyword.
Compatibility? Just a surprise. Craig -----Original Message----- From: Mike Kerner <mikeker...@roadrunner.com> To: How to use LiveCode <use-livecode@lists.runrev.com> Sent: Mon, Jul 28, 2014 7:58 pm Subject: Re: [TAO] value() to obtain pointer functionality Craig, This is equivalent to dereferencing a pointer, which is what I was referring to. After reading the explanation in the dictionary, this is not what I expected. When I said value(b), I expected LC to just dumbly return "a", but was sort-of hoping that I'd get "1", so part of me is giddy, and part of me is annoyed at all the code I've written that would have been much shorter and simpler with it, and faster. You know, things like repeats that walk x1..x24 Richard, The thing that surprises me is that evaluating "b" to get "a", and then saying "hmm, I wonder what that means", looking it up, and returning IT'S value is faster than the fastest DO I could generate. On Mon, Jul 28, 2014 at 7:36 PM, Richard Gaskin <ambassa...@fourthworld.com> wrote: > Mike Kerner wrote: > > OMG AND IT'S SCREAMING FAST COMPARED TO DO. AAAAAAAAAAAAAAAUGH! > > Most things are. > > The "do" command has to do the equivalent of what happens when you compile > a script, in addition to executing it. > > There are some extremely rare cases where "do" is useful, but most uses I > come across are just habits held over from more limited xTalks like > HyperCard. > > BTW: What does "TAO" signify? > > -- > Richard Gaskin > Fourth World Systems > Software Design and Development for the Desktop, Mobile, and the Web > ____________________________________________________________________ > ambassa...@fourthworld.com http://www.FourthWorld.com > > > _______________________________________________ > use-livecode mailing list > use-livecode@lists.runrev.com > Please visit this url to subscribe, unsubscribe and manage your > subscription preferences: > http://lists.runrev.com/mailman/listinfo/use-livecode > -- On the first day, God created the heavens and the Earth On the second day, God created the oceans. On the third day, God put the animals on hold for a few hours, and did a little diving. And God said, "This is good." _______________________________________________ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-livecode _______________________________________________ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-livecode