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
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
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