10-13-2005 09:31 AM
10-13-2005 09:42 AM
10-13-2005 09:59 AM
10-27-2005 02:13 PM
10-27-2005 02:33 PM
10-27-2005 02:44 PM
See attached vi. You can replace any element of an initialized 2D array. Can't replace if array is uninitialized or empty. But you can insert into an unitialized 2D array, must use 1D array as element to insert. If you don't wire indeces, new 1D array goes at end of 2D array.