Re: ver 4.0 confused again about an error
- Posted by bernie Oct 06, 2008
- 948 views
euphoric said...
bernie said...
-- 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
The number should probably be 321704639.
Thanks Yes, I should of used #6FC0224FF