nodalDOF
Mechanical
- Oct 3, 2005
- 100
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.