A
Alex Pierson
I have a string called jkl which currently is "3 * 4 + xyz"
I also have an integer: xyz = 5
How do get an integer that equals 17 (3 times 4 plus 5.)
In other, more specifically:
dim jkl as string = "3 * 4 + xyz"
dim xyz as integer = 5
dim answer as integer = ????????????????????????
Thanks much in advance.
I also have an integer: xyz = 5
How do get an integer that equals 17 (3 times 4 plus 5.)
In other, more specifically:
dim jkl as string = "3 * 4 + xyz"
dim xyz as integer = 5
dim answer as integer = ????????????????????????
Thanks much in advance.