Hi, I have added two wrapper functions in the FILE_IO workspace: Z←FIO∆readlines Bs reads the entire file named Bs (i.e. not a file handle Bh!) line by line and stores each line i in Z[i]. Z←(LO FIO∆transform_lines) Bs does the same, but every line is processed by (monadic) LO and the result returned by LO is then stored in Z[i]. SVN 863. /// Jürgen On 01/27/2017 12:33 PM, Juergen
Sauermann wrote:
Hi |
- Re: [Bug-apl] ⎕FIO[49] Christian Robert
- Re: [Bug-apl] ⎕FIO[49] Juergen Sauermann
- Re: [Bug-apl] ⎕FIO[49] Christian Robert
- Re: [Bug-apl] ⎕FIO[49] Elias Mårtenson
- Re: [Bug-apl] ⎕FIO[49] Christian Robert
- Re: [Bug-apl] ⎕FIO[49] Kacper Gutowski
- Re: [Bug-apl] ⎕FIO[49] Juergen Sauermann
- Re: [Bug-apl] ⎕FIO[49] Elias Mårtenson
- Re: [Bug-apl] ⎕FIO[49] Jay Foad
- Re: [Bug-apl] ⎕FIO[49] Juergen Sauermann
- Re: [Bug-apl] ⎕FIO[49] Juergen Sauermann
- Re: [Bug-apl] ⎕FIO[49] Elias Mårtenson