Indirect reference

Geoff Canyon Rev gcanyon+rev at gmail.com
Fri Nov 18 01:18:58 EST 2011


You can't use

   put "something" into myVariable

but as Andrew says you can make it work with a "do" statement.

As long as the variable contains a valid object reference, you can set
properties on the variable, so this will work also:

   *put* "field" && quote & "test" & quote into x

   *set* the text of x to "hello" -- the field now contains hello.

On Thu, Nov 17, 2011 at 11:39 PM, Howard Bornstein
<bornstein at designeq.com>wrote:

> I want to put something into field "Time" via this variable.



More information about the use-livecode mailing list