On 8/3/2014, 7:52 PM, Kay C Lan wrote:
Just did a quick test, New Stack, one fld "testField", in the msg box:

put "hello" into fld ("test" & "Field")

works fine

It's very useful in repeat loops, for this sort of thing:

repeat with x = 1 to the number of btns
  set the hilite of btn ("answer"&&x) to false
end repeat

It works for the name of any object. I don't know if the failure with custom properties is a bug or an oversight, but it is definitely inconsistent.

--
Jacqueline Landman Gay         |     jac...@hyperactivesw.com
HyperActive Software           |     http://www.hyperactivesw.com

_______________________________________________
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