On Tue, 08 Sep 2009, PackRat wrote:
> Is the solution (1) to use 'amend' in some way, or (2) to append the 
> revised data list and the remainder of the table following row 0, or 
> (3) some other way?  Thanks in advance!

I guess both (1) & (2) work without any significant difference. The
reason is amend in J is not in-place except those supported by special
code. Suppose you amend one single cell of an one million cell box
array, the whole array will be copied.

-- 
regards,
====================================================
GPG key 1024D/4434BAB3 2008-08-24
gpg --keyserver subkeys.pgp.net --recv-keys 4434BAB3
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to