Difference between revisions of "CHR()"
From Recital Documentation Wiki
Yvonnemilne (Talk | contribs) |
Helengeorge (Talk | contribs) (→Class) |
||
Line 1: | Line 1: | ||
− | |||
− | |||
Revision as of 14:48, 27 October 2009
Purpose
Function to convert a number to an ASCII character
Syntax
CHR(<expN>)
See Also
Description
The CHR() function returns the ASCII character denoted by the numeric value <expN>. CHR(0) should not be used to convert a field that is part of an index expression, as this will damage the index when the record containing that field is read.
Example
? chr(66) B ? chr(7) bell = chr(7) ? type("bell") C
Products
Recital Database Server, Recital Mirage Server, Recital Terminal Developer