Difference between revisions of "HTOA()"
From Recital Documentation Wiki
Yvonnemilne (Talk | contribs) |
Yvonnemilne (Talk | contribs) |
||
Line 12: | Line 12: | ||
==See Also== | ==See Also== | ||
− | [[ASC()]], [[CHR()]], [[CTRL()]], [[STR()]] | + | [[ATOH()]], [[ASC()]], [[CHR()]], [[CTRL()]], [[STR()]] |
Revision as of 14:14, 29 May 2009
Class
Expressions and Type Conversion
Purpose
Function to convert a hexadecimal string to an ASCII character or characters
Syntax
HTOA(<expC>)
See Also
ATOH(), ASC(), CHR(), CTRL(), STR()
Description
The HTOA() function returns the ASCII character or characters denoted by the hexadecimal string value <expC>. Letters A-F in the hexadecimal string must be in upper case.
Example
? htoa("52") R ? htoa("5265636974616C") Recital
Products
Recital Database Server, Recital Mirage Server, Recital Terminal Developer