From: Myunggi Yi (myunggi_at_gmail.com)
Date: Mon Jan 08 2007 - 11:58:26 CST

Hi vmd users,

I'm trying to modify 2 dimensional array using lreplace.

I know how to use 'lreplace' for 1 D array.

To replace 1d_list of the first element to new_element.

set 1d_list [lreplace $1d_list 0 0 $new_element]

How can I do this for 2D array?

-- 
Best wishes,
MYUNGGI YI