On Sat, Nov 23, 2019 at 09:10:26AM -0800, C K Kashyap wrote: > Okay ... just to clarify. (collect 'nm '+Tag "BLUE" NIL T 'itm) is the > recommended way to get to all items for a given Tag.
Well, yes, but this is the previous version which I wrote in a wrong way. To get all blue ones: (collect 'nm '+Tag "BLUE" "BLUE" 'itm) And to get all: (collect 'nm '+Tag NIL T 'itm) ☺/ A!ex -- UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe