Question on Variable name creation ...
Question on Variable name creation ...
(OP)
Is it possible to create the variable names by concatenating two strings ? something like this...
x='value'
['abc' x]= 10;
so that abcvalue=10
any ideas of creating variable names like this.
x='value'
['abc' x]= 10;
so that abcvalue=10
any ideas of creating variable names like this.





RE: Question on Variable name creation ...