Got a LiveCode personal license? Are you a beginner, hobbyist or educator that's new to LiveCode? This forum is the place to go for help getting started. Welcome!
Is pItemName, typically a parameter when selecting a menuItem from a menu style button, what you are talking about? If so, is “mass” the selected menu item?
I would not use that particular name that way, assuming you are referencing a custom property that way.
Anyway, why try to store a custom property inside another custom property?
Hmmm. Is it that you just want to extract a particular custom property by selecting the property name from a menu?
I am away from my computer for a while so someone else will have to see if LC can resolve that parameter as you want But if it can’t, then I will bet a “do” construction will probably, er, do it.
There are a couple different ways to go, but help me catch up with what you're envisioning: what is the benefit of binding the data to a specific object?
Richard Gaskin LiveCode development, training, and consulting services: Fourth World Systems
LiveCode Group on Facebook
LiveCode Group on LinkedIn
I have about 20 fields where the user can change the value. Each field has a custom property stored which is use for a calculation:
Fieldvalue * constant
For this one field the user has to select a value per dropdownmenu from a different button which is then inserted in the field plus the constant has to get changed according to the user input.
With a repeat function I can loop through the fields for all calculations