Awesome!!!! ... the +Val also has the good sideeffect that the UI is
updated to upper case :)

It's wonderful to gather these PicoLisp nuggets of wisdom!!! Thanks Alex.

Regards,
Kashyap

On Fri, Dec 6, 2019 at 6:41 AM Alexander Burger <[email protected]> wrote:

> 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