Hi, the cleanest way of reading as file is ⎕FIO[6] in general or ⎕FIO[8] to read line-by-line. ⍎')HOST' is actually the dirtiest way of reading a file. Boxing operates on the final result of a statement, not on ⎕ (which is a variable). In: ⎕←FILE FILE is assigned to Variable ⎕ so it becomes a "committed value" which is not printed. In other words, ]boxing has nothing to print. /// Jürgen On 03/06/2016 01:39 AM, Louis de
Forcrand wrote:
Correction; to feed it a var, simply catenate the file name like: |
- [Bug-apl] working with )HOST alexweiner
- Re: [Bug-apl] working with )HOST Christian Robert
- Re: [Bug-apl] working with )HOST Christian Robert
- Re: [Bug-apl] working with )HOST Christian Robert
- Re: [Bug-apl] working with )HOST Louis de Forcrand
- Re: [Bug-apl] working with )HOST Louis de Forcrand
- Re: [Bug-apl] working with )HOST Juergen Sauermann
- Re: [Bug-apl] working with )HOST alexweiner