>
> As we have a list of strings, isn't simply just 'mapcar' fine again? I
> cannot
> test, but something like:
>
>    '((L)
>       (mapcar
>          '((Nm)
>             (request! '(+Tag)
>                'nm (request! '(+TagNm) 'nm Nm ) ) )
>          L ) )
>
>
Yes indeed ... having the expression return L fixes the "Not a List issue".
The request! did not quite work (as expected) since the Tag it returns
would not have the appropriate task set. I tested it in the REPL and this
works perfectly -

(request! '(+Tag) 'tsk (db 'ttl '+Task "Item 8") 'nm (request! '(+TagNm)
'nm "PURPLE"))
If I could just get a way to get the Task in the val function, this would
work great!

Regards,
Kashyap



> --
> UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe
>

Reply via email to