P
Pascal
Hello can someone help please ?
here is the code in vb6
Dim lChar As Integer
lChar =AscB(Mid(sMessage, lByteCount + 1, 1))
i tried
lChar = System.Convert.ToUInt16(Asc(Mid(sMessage, lByteCount + 1, 1))) Mod
256
but somewhere i got an overflow capacity message error...
any idea would be appreciated
thanks
http://www.scalpa.info
here is the code in vb6
Dim lChar As Integer
lChar =AscB(Mid(sMessage, lByteCount + 1, 1))
i tried
lChar = System.Convert.ToUInt16(Asc(Mid(sMessage, lByteCount + 1, 1))) Mod
256
but somewhere i got an overflow capacity message error...
any idea would be appreciated
thanks
http://www.scalpa.info