AW: Drawing a blank on simple code...

2020-05-20 Thread Paul Dupuis via use-livecode
On 5/19/2020 6:46 PM, Phil Davis via use-livecode wrote: You're almost there Paul! On 5/19/20 2:18 PM, Paul Dupuis via use-livecode wrote: I have a set of custom properties in stack "X", a lot of which begin with "options_" So I assume these are members of a customPropertySet, whose name I'll

Re: Drawing a blank on simple code...

2020-05-19 Thread Phil Davis via use-livecode
You're almost there Paul! On 5/19/20 2:18 PM, Paul Dupuis via use-livecode wrote: I have a set of custom properties in stack "X", a lot of which begin with "options_" So I assume these are members of a customPropertySet, whose name I'll call "myOptions". I want to loop through them and ge

Drawing a blank on simple code...

2020-05-19 Thread Paul Dupuis via use-livecode
I have a set of custom properties in stack "X", a lot of which begin with "options_" I want to loop through them and get the values, so I have:   local tDisplayList   put the customKeys of stack "X" into tProperties   filter lines of tProperties with "options_*"   if tProperties is empty then e