Converts an integer representing a character code into a single-character string
Supported Platforms: Windows and Mac OS
(chr int)
Type: Integer
A numeric value in the range of 1-65536.
Type: String
A single character based on the numeric value of int.
Releases:
AutoCAD 2021
(chr 65) "A" (chr 66) "B" (chr 97) "a" (chr 8364) "€"