Guessing game

J. Landman Gay jacque at hyperactivesw.com
Mon Apr 2 15:28:26 EDT 2018


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         |     jacque at hyperactivesw.com
HyperActive Software           |     http://www.hyperactivesw.com




More information about the use-livecode mailing list