VinceC
Newcomer
I have 2 strings, say
Is there a "way" to convert both strings to a numeric value? CType and CDbl don't quite do it.
Thx.
Visual Basic:
MyString1="2/10"
MyString2="50%"
Is there a "way" to convert both strings to a numeric value? CType and CDbl don't quite do it.
Thx.