Probably there should be an example that illustrates the use of the into clause in that way!
On Mon, Apr 2, 2018 at 10:00 PM Ali Lloyd <[email protected]> wrote: > Yes, or the return value of a function > > On Mon, Apr 2, 2018 at 9:39 PM Brian Milby via use-livecode < > [email protected]> wrote: > >> Would that be for properties? Save the step of putting it into a variable >> first? >> >> On Mon, Apr 2, 2018 at 2:29 PM J. Landman Gay via use-livecode < >> [email protected]> wrote: >> >> > >> > 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 | [email protected] >> > HyperActive Software | http://www.hyperactivesw.com >> > >> > _______________________________________________ >> > use-livecode mailing list >> > [email protected] >> > Please visit this url to subscribe, unsubscribe and manage your >> > subscription preferences: >> > http://lists.runrev.com/mailman/listinfo/use-livecode >> > >> _______________________________________________ >> use-livecode mailing list >> [email protected] >> Please visit this url to subscribe, unsubscribe and manage your >> subscription preferences: >> http://lists.runrev.com/mailman/listinfo/use-livecode >> > _______________________________________________ use-livecode mailing list [email protected] Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-livecode
