Char
- Last UpdatedOct 04, 2024
- 1 minute read
- PI System
- PI Server 2023
- PI Server
Build a string from ASCII character codes.
Syntax
Char(x1, ... xn)
Arguments
-
x1, ... xn
Integers
Returns
A string built from the 80 character codes
Exceptions
Returns an error if an argument is not a number
Example
-
Char(80, 73)
[Returns "PI"]
-
Char(65)
[Returns "A"]
-
Char(5 * 10)
[Returns "2"]