June Kim wrote: > In j console, a long string is displayed as : blahblah<long>blah... > How do I display the content of a long string without contraction at > the end? > > I tried smouput but it didn't display the full content.
Some suggestions: 1. use 9!:37 to change the maximum line length, see http://www.jsoftware.com/help/dictionary/dx009.htm 2. reshape the string into a matrix, e.g. _60[\string 3. use foldtext from the text script to reformat the string into a given width, e.g. load 'text' 60 foldtext string ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
