bug or feature

Scott Rossi scott at tactilemedia.com
Sat Aug 30 19:41:00 EDT 2003


>> put the long id of field "Test Field" into gField
>> set the foregroundColor of the last line of gField to "red"  -- works
>> put "This is a test" after gField -- fails, puts the text into the var
>> 
>> It seems as if RR cannot tell from context whether it is a variable or a
>> reference on the last one.
>> 
>> Is there a way to do what I am trying to do?
> 
> 
> do "put" && quote & "This is a test" & quote && "after" && gField

An alternate option:

 put "This is a test" into T
 do "put T after" && gField


Regards,

Scott Rossi
Creative Director

Tactile Media, Multimedia & Design
Email: scott at tactilemedia.com
Web: www.tactilemedia.com




More information about the use-livecode mailing list