Hi,
I am using Chr(Integer) Function, to get the Character against that
Number.
This function I was using in VB6 Code and it was working good, but when
I
am trying to use it in VB.Net, it through Argument Exception "charcode"
must
be between range 32... to -32....
*******ecSt = decSt + Chr(Convert.ToInt32(Mult(tok, dD, dN)))
Function Mult(Double,Double,Double) as double
End Function
on this line it was giving me that error. I don't want to change that
process of OLD VB6 code.
Is this any possible way that we can use Chr or any other Function to
Avoid VB.NET TO through the Exception.
TIA
Khurram
|