Forum Post: RE: 4GL Sockets and Hexadecimal values...

  • Thread starter Thread starter Matt Gilarde
  • Start date Start date
Status
Not open for further replies.
M

Matt Gilarde

Guest
It compiles and runs because ABL converts types automatically when it can. The hexadecimal function returns "88000100". If you pass that string to an INTEGER parameter ABL converts it to a decimal value, 88000100, which is not the value you expect.

Continue reading...
 
Status
Not open for further replies.
Back
Top