FourthWorld wrote: ↑Fri May 24, 2019 5:51 pm
I have a hunch that if we knew more about the UI needing this very specific form of addressing we'd be able to come up with an optimal solution for it easily.
I have to say, I'm curious myself, because in side testing I've done if I "put" or "get" text into field x of group x, where x is an integer (no matter how nested apparently), it happens no matter how many other controls are in that group where there is a field x.
So if I have 4 fields and 6 buttons in group c of group b of group a (with more controls in a and b), and I write
Code: Select all
put "this text" into field 2 of group {c}
-- or
get field 4 of group {c}
It works as expected, and since I can't think of anything else you might be doing with a field, I'd really love to know just what it is you *are* doing that requires more
So far, the 'clues' we have are you don't want it in a repeat loop. To me, that suggests you have the number of the next field already, but aren't sure if there is a next field. Is that it?
paulclaude wrote: ↑Sat May 25, 2019 2:09 pm
maybe it's me who explains myself wrong in English (this is likely).
I agree with Jacque, your english is fine, but unless it is a top government secret or something, please post what exactly you are trying to accomplish.