ver 4.0 confused again about an error
- Posted by bernie Oct 06, 2008
- 976 views
-- junk.ew -- -- start junk.exw -- Using WIN98 SVN rev 1191 -- What don't I understand about this conversion ?? -- -- using a calculator I get #132CD2BF for 3217040639 -- printf(1,"%d\n\n",{3217040639}) -- this is wrong printf(1,"#%x\n\n",{3217040639}) -- this is wrong printf(1,"%d\n",{#132CD2BF}) -- this returns the correct value if getc(0) then end if -- end junk.exw