Re: dereference a string as a custom property...

2012-02-21 Thread Ken Corey
On 21/02/2012 18:10, Ken Corey wrote: How do I pass the name of a custom property, and then use it in a statement? *sigh* open mouth, switch feet put "testing" into tP new grc set the tP of it to "blue cheese" answer "the testing of it is "&the testing of it Note to self: at least try things

dereference a string as a custom property...

2012-02-21 Thread Ken Corey
Hi All, I'm making a silly little animate function for my app. Let's say I have a grc "new". I'd like to be able to animate it like this: animate (the long name of grc "new", "loc 100,50;width 40%;height 50%;foregroundColor 255,0,0",200) How do I pass the name of a custom property, and then