J
JM
Hi,
I have an string with a math function as:
str = "exp(5)+sqr(4)"
How to convert that string into its numeric value???
I have tried:
dbl = val (str)
and
dbl = CDbl(str)
but does not works.
HELP!!
Thanks,
Jaime
I have an string with a math function as:
str = "exp(5)+sqr(4)"
How to convert that string into its numeric value???
I have tried:
dbl = val (str)
and
dbl = CDbl(str)
but does not works.
HELP!!
Thanks,
Jaime