chr


(chr  integer)

This function returns the character representation of the integer number.

Arguments

integer  any positive integer number

Return

string with 1 character

Example

(chr 98)  "b"
(chr 66)  "B"

Remarks

see (ascii) function



©  Bricsys NV. All rights reserved.