Brian Schott sugessted the delete blanks verb. It looks good, but there's a
problem:

   aa =: > ('starttag;'crlf,'endtag') getTagContents shell zipth, filepth

   aa
            This is the first string I want
This is the second string I want

So now it try:

   deb aa
|length error: deb
|       deb aa

This works:

   deb ,aa
This is the first string I want This is the second string I want

But that runs all the strings together.

How do I delete the blanks in each line of bb without loosing the shape?

Skip

On Tue, Nov 8, 2011 at 11:39 AM, Brian Schott <[email protected]>wrote:

>   (;#)deb '   abc   fghi j  '
> +----------+--+
> |abc fghi j|10|
> +----------+--+
> ----------------------------------------------------------------------
> For information about J forums see http://www.jsoftware.com/forums.htm
>
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to