Fixed for next release/beta. The error was in formatting a message when
the assignment failed because the value could not be opened. Only
multiple assignment was affected.
Thanks for the very clear report.
Henry Rich
On 4/20/2023 8:44 PM, Gilles Kirouac wrote:
Say I have
]d=: _2 ]\ 'q1';'19.4';'q2';'878.34000';'q3';'200.3634'
+--+---------+
|q1|19.4 |
+--+---------+
|q2|878.34000|
+--+---------+
|q3|200.3634 |
+--+---------+
(]`(". each) "0) d
+--+-------+
|q1|19.4 |
+--+-------+
|q2|878.34 |
+--+-------+
|q3|200.363|
+--+-------+
The following will crash J:
'a b c'=: (]`(". each) "0) d
JVERSION
Engine: j9.4.2/j64/windows
Build: commercial/2023-04-10T01:23:07/clang-15-0-7/SLEEF=1
Library: 9.4.21
Qt IDE: 2.0.3/6.2.4(6.2.4)
Platform: Win 64
Installer: j9.4 install
InstallPath: c:/users/mouton/j9.4
Contact: www.jsoftware.com
~ Gilles
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm