On Aug 19, 2010, at 10:00 AM, Kevin Miller wrote: > > Can't you do something like this: > > put "xyz" into tVar > set the tVar of btn 1 to "a" > > You'll end up with a property called xyz that contains "a" in the default > set.
True enough, but can you do the opposite? put "state" & 1 into tPropName put the tPropName of image "myImg" into foo Unless memory fails, you can't do that--I've tried it; i.e., you can't dynamically build property names to access existing custom props. I would be love to be proven wrong. ;-) Regards, Devin Devin Asay Humanities Technology and Research Support Center Brigham Young University _______________________________________________ use-revolution mailing list [email protected] Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-revolution
