
01-05-2006, 09:00 PM
|
|
Former Classic Staff
|
 |
Join Date: Dec 2002
Location: Northwest Vermont
Posts: 1,452
|
|
Gah, dereferencing
|
So, what I'm trying to do is something like this
this.arr = {"0==1","1==1"};
but then later extract {false,true} out of that in another event. I know how to reference to variable names, but how do you... uh... get this problem done? |
|
|
|