I cannot reproduce this result using the definition of ownName
provided in this thread. So I am guessing you are using a different
definition.
I would recommend something like this:
parentName=: 3 : 0
;{.,}.13!:13 ''
)
ownName=: 3 :0
echo parentName ''
)
Which behaves like this:
ownName ''
dbr 1
ownName ''
ownName
Thanks,
--
Raul
--
zraaul
On Tue, Aug 4, 2020 at 5:28 PM Brian Schott <[email protected]> wrote:
>
> For more clarity, the session below shows the improvement after enabling
> debug.
>
> load 'debug'
> dbr 1
> ownName 9
> 9
> |ownName[0]
> | ownName 9
> ----------------------------------------------------------------------
> For information about J forums see http://www.jsoftware.com/forums.htm
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm