On Fri, Dec 06, 2019 at 03:24:25PM +0100, Alexander Burger wrote:
>    (gui 'tags '(+Var +Val +ListTextField)
>       '*Tags
>       '((L) (extract '((X) (uppc (pack X))) L))
>       '("," " ")
>       20 )

Ah, and of course +ListTextField already returns a list of strings, so the
'pack' should not be necessary.

Just

   '((L) (extract uppc L))

should be enough (not tested).

☺/ A!ex

-- 
UNSUBSCRIBE: mailto:[email protected]?subject=Unsubscribe

Reply via email to