what happens if you do this ... printf("test %x"),variable; <= unexpected behaviour ... or please explain. No warnings, no errors from compiler. Is this only in the evaluation version? Kind regards
That'd be:
printf("test %x",variable);