var/A = 50
var/B[A] = 34234
//So that the variable is called B50
ID:157340
![]() Mar 29 2010, 12:26 pm
|
|
Is it possible to create a variable from a variable. Its hard to explain in text and Dm explains better.
|
Since explaining it using DM is easier for you, here's an example:
Now naming a variable b[dm] is completely different, because you're referencing an array (or list) of 10 cells. If you want to name a variable b10, just name it b10.