Hi Jürgen,
as always. Thank you a lot for your fast response.
Hardly a proper way for me to appreciate your efforts behind the scene.
Thank You again and my Best Regards.
Hans-Peter
Am 09.12.20 um 21:48 schrieb Dr. Jürgen Sauermann:
Hi Hans-Peter,
thanks, fixed in *SVN 1372*.
Best Regards,
Jürgen
On 12/9/20 2:32 PM, Hans-Peter Sorge wrote:
Hi,
⍝ This writes apl chars
some_apl_chars ← '¨¯⍒⍋⌽⍉⊖≠∨∧\⌹@⍵∊⍴t↑↓⍳○p←~'
fh←'w' ⎕FIO[3] 'XXXX'
some_apl_chars ⎕FIO[43] fh
60
⎕FIO[4] fh
0
⍝ This returns them:
⎕FIO[49] 'XXXX'
¨¯⍒⍋⌽⍉⊖≠∨∧\⌹@⍵∊⍴t↑↓⍳○p←~
⍝ I did not notice so far that ⎕FIO[56] fails in writing APL characters:
⍝ Is this a bug or am I missing some Docu?
(⊂ some_apl_chars) ⎕FIO[56] 'XXXX'
25
⎕FIO[49] 'XXXX'
RK=I`('\9@u ttsp~
Best Regards
Hans-Peter