Top index Wirbel home

::chr

chr(int) - create character according to it's ascii code

chr(int) takes an int and creates one character whose ascii code is that integer. Values from 0 to 127 create a real ascii code character. The range -128 ... -1 is mapped to 128 ... 255 and creates a character whose byte code has it most significat bit set.