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
<bornst...@designeq.com>wrote:

> I want to put something into field "Time" via this variable.
_______________________________________________
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