(Though I understand the following question is more like a general forum
question, I didn't subscribe there and I think it may be related to this
thread ... forgive me if I guessed wrong.)
after install'all', it was indeed working in that windows' jqt (J903)
instance. But then after a jqt restart
I can also reproduce the error. I think this line is problematic,
encall =: encall1&.>^:(isname&> *. 3: = nc__userlocale)"0
J interpreter tried to fix the definition while userlocale is undefined.
change it to explicit definition should work
encall =: 3 : 'encall1&.>^:(isname&> *. 3: = nc__userl
Thanks bill.
Sorry about that.
(It's fixed now.)
--
Raul
On Mon, Feb 6, 2023 at 10:07 PM bill lam wrote:
>
> I can also reproduce the error. I think this line is problematic,
> encall =: encall1&.>^:(isname&> *. 3: = nc__userlocale)"0
>
> J interpreter tried to fix the definition while userl