Converts an integer to a character.
Char ( n )
Argument |
Description |
---|---|
n |
The integer you want to convert to a character |
String. Returns the character whose ASCII value is n.
This expression returns the escape character:
Char(27)
Char in the PowerScript Reference
Copyright © 2004. Sybase Inc. All rights reserved. |
![]() |