if I have a list:
Fruit apple text = a red fruit pear text = a green fruit
What’s an effective way to join the ‘text’ properties to create something like “a red fruit, a green fruit”.
Does this require a custom function or can the perchance list methods handle this?
thanks


That works perfectly. Thanks so much for the explanation.