This is what I want to do.....
String variableName = "polarBearTotal";
int (variableName) = 400;
// Is there a way to do something like that??
// please say there is. I'm tryin to save myself some
// work with vectors if there's already a way to do this.
// thanks
String variableName = "polarBearTotal";
int (variableName) = 400;
// Is there a way to do something like that??
// please say there is. I'm tryin to save myself some
// work with vectors if there's already a way to do this.
// thanks