J
Joe
I have an expression where I need to replace words with values (#'s).
Take the following expression:
val1 *2/( val3 + val4*12/val1)
Given this example how could I replace val1 with the number 15?
Note: the spacing in the above expression was intentional. There may or may
not be spaces between the variables and the operators but there can NOT be
no space between a variable name and a literal value;
Take the following expression:
val1 *2/( val3 + val4*12/val1)
Given this example how could I replace val1 with the number 15?
Note: the spacing in the above expression was intentional. There may or may
not be spaces between the variables and the operators but there can NOT be
no space between a variable name and a literal value;