Actually I was expecting that I'd get a hex number with lower case hex digits when specifying the following format:
(format out "_pnames=0x~x;~." *pnames* ) _pnames=0x80B9;
(format out "_pnames=0x~x;~." *pnames* )
_pnames=0x80B9;
But actually I'm getting upper-case 'B' instead of 'b'.
Am I overlooking something?
Log in to post a comment.
Actually I was expecting that I'd get a hex number with lower case hex digits when specifying the following format:
(format out "_pnames=0x~x;~." *pnames* )
_pnames=0x80B9;
But actually I'm getting upper-case 'B' instead of 'b'.
Am I overlooking something?
Last edit: ChristophK 2022-04-19