Howdy...
Trying to convert an expression of subtype "string" to an "int." I'm basically requesting a value from my form which returns either an interger or a decimal. When it returns a decimal - say 1.5, it's type is a string. How can I covert? I've tried cint, int - no dice! Please help!
Trying to convert an expression of subtype "string" to an "int." I'm basically requesting a value from my form which returns either an interger or a decimal. When it returns a decimal - say 1.5, it's type is a string. How can I covert? I've tried cint, int - no dice! Please help!