Page 1 of 1

chr

PostPosted: Fri Feb 12, 2016 9:40 pm
by Silvio.Falconi
I 'm converting an oldest clipper function and I need to show this caracter on fwh

I have on oldest source

static spade := chr(6)
static heart := chr(3)
static club := chr(5)
static diamond := chr(4)


how I can converte these chr because on windows not see the symbols
I tried also With HB_OemToAnsi and HB_ANsiToOem

thanks

Re: chr

PostPosted: Fri Feb 12, 2016 10:46 pm
by Gale FORd
You will have to use a font that contains those symbols. In windows there is a font called Symbol that has the 4 playing card suits in them. You can see them if you run charmap program in windows. In Symbol font they are decimal 167, 168, 169, and 170.