W
Wavequation
I am trying to remove the numerical portion of a string from a field holding
percentage values. I tried using the Val() function to do it, e.g.
Val("15.0%")
but the function returns a type mismatch error. What is the "%" character
doing to the string?
percentage values. I tried using the Val() function to do it, e.g.
Val("15.0%")
but the function returns a type mismatch error. What is the "%" character
doing to the string?