T
tim
If I want to change the value of the variable "count" using the
variable name "field_name" in the statement instead of "count", how do
I specify this?
String field_name = "count";
Instead of "count = 1;", I want to use something like
"field_name.valueOf() = 1:"
variable name "field_name" in the statement instead of "count", how do
I specify this?
String field_name = "count";
Instead of "count = 1;", I want to use something like
"field_name.valueOf() = 1:"