It's ridiculous stuff like this that gets us in trouble with the outside world. ----- Original Message ----- From: "Bill Haskett" <[EMAIL PROTECTED]>
To: <[email protected]>
Sent: Tuesday, October 03, 2006 3:55 PM
Subject: RE: [U2] Command that is the opposite of MATPARSE.


Tom:

I think the point Mark was making is you can do:

DIM A(5)
A(1) = "A"
A(2) = "B"
A(3) = "C"
A(4) = "D"
A(5) = "E"
B = A

...and now B is a dynamic array while A is a dimensioned array. You can
assign one from another without ever using MATPARSE or MATBUILD.

Bill


<snip the rest> -------
u2-users mailing list
[email protected]
To unsubscribe please visit http://listserver.u2ug.org/

Reply via email to