Chr returns a String of length 1 containing the unicode character of the value. - BMax Manual
LongChr$ = Chr(123456)
Print LongChr 'Looks like it takes 3 bytes
Print "LongChr Len: "+Len(LongChr)'But still counts as 1
Always had the idea a char is a byte 0-255 ?