In addition to this:

I was just reading the release notes for 9.0rc1 and came across this entry:

Additional forms of create command
    Create in now works correctly
    You can now create in as well as in

Any guesses?

I found this:

***
Additionally the into clause has been added to all array set set operations allowing commands such as:

  intersect tLeft with tRight into tResult

The operation of the commands is the same as the non-into form except that tLeft does not have to be a variable, and the result of the operation is placed into tResult rather than mutating tLeft.
***

So when is an array not a variable?

--
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