Re: generate an Array using value for naming the keys?

2023-05-11 Thread matthias rebbe via use-livecode
Thanks for this also. I will keep that in mind, but for now i will use the & syntax. Format() is also a function i often struggle with. ;) > Am 11.05.2023 um 16:51 schrieb Mark Waddingham via use-livecode > : > > On 2023-05-11 15:47, matthias rebbe via use-livecode wrote: >> Mark, thank you

RE: generate an Array using value for naming the keys?

2023-05-11 Thread Ralph DiMola via use-livecode
Mark, I will start doing this. I have a headache just thinking of the last time I had some complex keys and trying to read the code with the afore mentioned quotes and ampersands. Learn something new every day. Ralph DiMola IT Director Evergreen Information Services rdim...@evergreeninfo.net

Re: generate an Array using value for naming the keys?

2023-05-11 Thread Mark Waddingham via use-livecode
On 2023-05-11 15:47, matthias rebbe via use-livecode wrote: Mark, thank you very much! i didn't know or remember that the key name of an array can be created directly using strings and variables Maybe i even did that in the past, but could not remember anymore. I really thought i have

Re: generate an Array using value for naming the keys?

2023-05-11 Thread matthias rebbe via use-livecode
Mark, thank you very much! i didn't know or remember that the key name of an array can be created directly using strings and variables Maybe i even did that in the past, but could not remember anymore. I really thought i have solved it that time with value() :) Regards, Matthias > Am

Re: generate an Array using value for naming the keys?

2023-05-11 Thread Mark Waddingham via use-livecode
On 2023-05-11 14:36, matthias rebbe via use-livecode wrote: The middle part of the key names changes and there can be about 50 different "middle parts" and there are 10 main keys (after the middle part) _content, _text _html and so on. So without an idea i would have to create the code to