output formatting

2023-09-09 Thread Stephen Lewis via Bugs and suggestions for GNU APL
I am a novice and I am using APL to calculate the points for a surface. The output will go to another program. The goal is to write a matrix, with the correct number of rows and columns, to a file. Elements should be separated by and rows should be separated by . I have found that the output is fo

Re: output formatting

2023-09-10 Thread Stephen Lewis via Bugs and suggestions for GNU APL
Thank you all for the quick replies and suggestions. Chris Moller, Bill Daly - Thanks, "Page Width" (Print Width?) solved my immediate problem, --PW 500 on commandline or ⎕pw←500. 'tr' and 'sed' does fix the spaces and blank line but my version (Gnu APL 1.8 from tarball) does not have --exec optio