VinceC
Member
I have 2 strings, say
Is there a "way" to convert both strings to a numeric value? CType and CDbl dont quite do it.
Thx.
Code:
MyString1="2/10"
MyString2="50%"
Is there a "way" to convert both strings to a numeric value? CType and CDbl dont quite do it.
Thx.