On Sat, Dec 07, 2019 at 05:59:00PM -0800, C K Kashyap wrote:
> And regarding the (+E/R +Fmt) route - this Set function works
> '((This) (mapcar '((This) (: nm nm)) This))

Right, we need a list of strings for +ListTextField.

'This' indicates an object, so proper naming would better be

   '((L) (mapcar '((This) (: nm nm)) L))


> In the Val function, can we not query like this -
> 
>   '((Nm)  # Val function
>       (request! '(+Tag)
>          'tsk THETASK 'nm (request! '(+TagNm) 'nm Nm) ) )
> Is there a way to get the access to the task object in the Value function?

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 ) )

☺/ A!ex

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

Reply via email to