posted 21 years ago
Not a problem. Basically what I want to do is to be able to dynimically identify the variable count_5. I want to accomplish this by using a fixed count_ and apply a variable to that test in this case to identify the int count_5
So, something like this...
int count_5 = 12;
String test = 5
Now, I want to get 12, but the only way I know that is by using the variable test, such that
String count = "count_"
int x = count_ + test This should equal the count_5 varible and return a 12.
How this makes a little more sense.
-Matt<br /> SCJP2<br /> SCJD