Hi Al,
using your array for my example:See, the only "trick" is to use square brackets.
Hint:
I always use a c as a "prefix" for custom properties, so I can recognize them from afar
-> the cAnimals of this stack
Best
Klaus
using your array for my example:
CODE:
...## Get a value:answer the animals["dogs"]["rufus"] of this stack## -> chum...## Set a valueset the animals["dogs"]["rufus"] of this stack to "fido"...## Create a new key and value:set the animals["dogs"]["pluto"] of this stack to "your name for pluto here..."...
Hint:
I always use a c as a "prefix" for custom properties, so I can recognize them from afar

Best
Klaus
Statistics: Posted by Klaus — Wed May 08, 2024 10:45 am