Hi Elias like how? One thing could be to set ⎕PW←1000 but that only avoids the indentation of subsequent lines. Another way is to X←⍕BIG_MATRIX and then use ↑ and ↓ to display pieces of X. Another simple trick is to ⍉ the dara before ⎕CRing it. The general problem is that the way APL2 prints its output has been around for very long, already since APL times, so changing it today will certainly confuse a number of people (including myself). /// Jürgen On 01/31/2017 05:35 AM, Elias Mårtenson
wrote:
|
- [Bug-apl] Formatting of large arrays Elias Mårtenson
- Re: [Bug-apl] Formatting of large arrays Juergen Sauermann
- Re: [Bug-apl] Formatting of large arrays Peter Teeson
- Re: [Bug-apl] Formatting of large arrays Elias Mårtenson
- Re: [Bug-apl] Formatting of large arrays Juergen Sauermann
- Re: [Bug-apl] Formatting of large array... Elias Mårtenson
- Re: [Bug-apl] Formatting of large ... Juergen Sauermann
- Re: [Bug-apl] Formatting of la... Juergen Sauermann
- Re: [Bug-apl] Formatting o... Elias Mårtenson