You need to tell more about what you want done. What exactly does it mean
to insert into a 2D array? Are you inserting into the row or column or
both? By that I mean to ask what parts of the array get their indices
incremented. Then what should happen at the endpoints? If you insert a
point into one row then that row will have one more element than the others.
Should the last element in that row be lost or should the other rows get a
zero appended?
"trout00" wrote in message
news:5065000000080000009C5D0000-1031838699000@exchange.ni.com...
> There is an example of how to replace element in 2D array, but I would
> like to insert (not replace), I use the insert element. it does not
> work for 2 D array.