Chris, Thanks! textview does most of what I want: it adds scroll bars, it handles boxed arrays, and it lets me zip around the data relatively easily. (I had some data that was producing an error in my program, and it seemed nice to take a look to see what I should be screening for or fixing.)
Henry, thanks for the dissect suggestion. While I'd have too much to learn this morning to try what you suggested, I did learn a bit about dissect itself, which might help me on this same problem. Neat-looking script! Bill On Fri, May 1, 2020 at 9:35 AM chris burke <[email protected]> wrote: > There is textview, e.g. > > textview <&> i. 20 20 > > It doesn't have any smarts, e.g. the ability to limit cell size or > zoom into cells. > > On Fri, May 1, 2020 at 9:29 AM Bill Harris > <[email protected]> wrote: > > > > n R, there's a View() function that pops up a new, scrollable window > with > > the contents of the matrix or matrix-like object that is the argument of > > View(). > > > > It seems to me that there's an equivalent verb in J, but I can't recall > its > > name, nor can I find a reference to it in any of the documentation (Wiki, > > Help system, etc.) I've searched. The obvious View n didn't work, of > > course. > > > > - Is there such a verb? > > - Where is it documented, in case I or someone else needs to find it > > again later? > > > > I'm running J8.07; I'll switch to J9 as soon as I've had time to check > some > > of my code for required changes. > > > > Thanks, > > > > Bill > > -- > > Bill Harris > > ---------------------------------------------------------------------- > > For information about J forums see http://www.jsoftware.com/forums.htm > ---------------------------------------------------------------------- > For information about J forums see http://www.jsoftware.com/forums.htm > ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
