Printf() won't print x00?
- Posted by lruth Dec 09, 2011
- 1241 views
Hello!
I'm taking my first steps with Euphoria. It seems straightforward enough, but I'm having a bit of difficulty outputting zeros to a file in hexadecimal mode.
Am I doing something wrong?
printf(fOut, x"00 00")
printf(fOut, x"00 08")
etc.
No errors are generated at run time. However, any time I include '00' as the first value in a hex string, printf() does nothing at all. I'm using Euphoria 4.0.3, interpreting with eui.
Thanks,
Linus