@IanM,
It would seem then that converting the value I get out of INTVAL into a DWORD would be as simple as...
local myDWORD as dword
local myString as string
local myInteger as integer
myString = "4287747012"
myInteger = INTVAL(myString)
myDWORD = myInteger `rem DBPro auto-cast works correctly?
...something along those line? This seems to work, but I know you've had a lot of experience with dbpro's auto-casting, so I'm wondering if you've had any problems with the int->dword cast.
@Benjamin
I banged my head into the VAL() wierdness because I wasn't inspecting the intermediate value, and I should have been
@zenassem
4 bytes