Post
by dunbarx » Tue Jan 22, 2013 3:05 am
What Sturgis said.
You are probably familiar with and have already used native properties, no? Like "the textFont", "the backgroundColor" or "the loc"? Same thing with custom.
Look at your original construction: put cProperty into field "property"
Do you see this is identical to putting the contents of a variable (cproperty) into that field? There has to be a way for LC to tell the difference. The dictionary gives the syntax.
In that vein, you likely never actually set the property in the first place, since you have to do so explicitly with the word "set". Play around with these, though, as custom properties have enormous power, are fun, and can be used almost everywhere.
Craig Newman