C
cj
Dim reqCustomerId As String = "uv$?????C??`?????C??@-?"
If Val(reqCustomerId.Substring(0, 10) < 1111111111) Then
the if gives me the error:
Conversion from string "uv$?????C?" to type 'Double' is not valid.
"uv$?????C?" should convert to 0
If Val(reqCustomerId.Substring(0, 10) < 1111111111) Then
the if gives me the error:
Conversion from string "uv$?????C?" to type 'Double' is not valid.
"uv$?????C?" should convert to 0