Perry,
Not sure what you're trying to achieve, but from the subject, you cannot
change the name of a variable, only its value.
It seems that either you do not need a 2D array, or you are trying to use
arrays/variables incorrectly.
Explain what "X=23" is supposed to do/mean ?
NickHK
<(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> I have an array that is two wide and an undefined length. The first
> column is a name of a variable and the second column is the value of
> that variable. How can i define all the items as there name = value?
> i.e array(1,0) = X array(1,1) = 23 make it so that X = 23. This is
> probably really simple and i would appreciate any help.
> thanks
> Perry
>
|