Hi Brian,

thanks, # is fixed in SVN 895. Also updated the ⎕CR and FILE_IO documentation.

BTW,  ⎕FIO '' says:

   ...
   Legend: a - address family, IPv4 address, port (or errno)
           d - table of dirent structs
           e - error code (integer as per errno.h)
           h - file handle (integer)
           i - integer
   ...
   Zi ← Ai ⎕FIO[ 6] Bh    fread(Zi, 1, Ai, Bh) 1 byte per Zi
   ...


/// Jürgen


On 02/23/2017 09:25 PM, McGuinness, Brian wrote:
When I dump a workspace with )DUMP_HTML, the string '' in one of my functions is translated to '&񕜶' but it should translate to '' (the second semicolon is omitted).

By the way, I have found that when I input a text file using #FIO[6] I get an integer vector.  Applying 19 #CR #UCS to this vector seems to convert this to the desired APL string.  It might be useful to mention this in the documentation in the section on file I/O.

--- Brian



Reply via email to