Ric,

        Your suggestion is very helpful. I get the same
result without the left hand argument in this next command.
That is, your trick of viewing CELLDATA_25_ , for example,
still works.

(,:'CELLEDIT';1) grid i.4 5  NB. Creates an editable grid

         I also do not see how your left argument is used by
the verb grid because it does not seem to make sense to me
looking at the definitions of grid and gridp_jzgrid_ . Could
you clarify, please?

   grid
3 : 0
gridp_jzgrid_ y
:
(x;coname'') gridp_jzgrid_ y
)
   gridp_jzgrid_
3 : 0
'' gridp y
:
a=. conew 'jzgrid'
x gridpshow__a y
)


On Mon, 2 Jun 2008, Sherlock, Ric wrote:

I don't think that there is a ready-made verb that does
that, but I agree it would be a great idea.

For now here's a clunky method that uses the grid verb that already exists.

load 'grid'
(,:'CELLEDIT';1) grid i.4 5  NB. Creates an editable grid
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to