On 3/3/13 6:25 PM, dunb...@aol.com wrote:

I am a big fan of forced evaluation.

So why doesn't:

do "get the keys of the testArray of me"

or

do "get the keys of" &&  the testArray of me

work?

It works if you add the parentheses:

  do "get the keys of (the testArray of me)"

But it's weird. The reason I wrote to the list is because this didn't work either:

 put keys(the cArray of me)

which does have the parens. So it never occured to me to use:

 the keys of (the cArray of me)

even though in my mind, that's identical.

--
Jacqueline Landman Gay         |     jac...@hyperactivesw.com
HyperActive Software           |     http://www.hyperactivesw.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

Reply via email to