chr()

Returns the character representation of an integer

Syntax
y = chr(x)

Arguments
Name Description Range Type Required
x valid number representing a ASCII character [0, 127] integer yes

Examples

a = chr(64)
returns @
a = chr(60)
returns <
a = chr(117)
returns u

Defined in

Built in

 

Privacy Statement  | Terms of Use  | Legal | Contact Us  | © Agilent 2000-2008 

Contents
Additional Resources