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...
Continue reading...