I'm having trouble evaluating a mixed type math function. What I doing is the following:
ResultNumber = NumberVariable1 & OperatorString & NumberVariable2
NumberType NumberType StringType NumberType
When I try to evaluate the expression, it gives incorrect results.
Any help will be greatly appreciated.