var_1 = "num_1"
how can I convert the string num_1
into a variable name?
For example, when num_1
is converted into a variable name it must be like num_1 = "Some other data"
var_1 = "num_1"
how can I convert the string num_1
into a variable name?
For example, when num_1
is converted into a variable name it must be like num_1 = "Some other data"