On Friday 09 February 2001 3:54 pm, Oldham, Adam wrote:
Hello, I'm currently switching compilers from an old proprietary Pascal compiler to GPC. I've got a problem assigning a hex value to a character. This is easy in c, you can say char a ='0xa0'; and be
I think what you want is CHR(16#a0).