Difference between revisions of "ATOH()"
From Recital Documentation Wiki
		
		
		
| Yvonnemilne  (Talk | contribs) | Helengeorge  (Talk | contribs)   (→Class) | ||
| Line 1: | Line 1: | ||
| − | |||
| − | |||
Revision as of 17:07, 26 October 2009
Purpose
Function to convert an ASCII character or characters to a hexadecimal string
Syntax
ATOH(<expC>)
See Also
ASC(), ASCII Chart, CHR(), CTRL(), HTOA(), STR(), TYPE()
Description
The ATOH() function returns the hexadecimal string equivalent of the ASCII character or characters in <expC>.
Example
? atoh("R") 52 ? atoh("Recital") 5265636974616C
Products
Recital Database Server, Recital Mirage Server, Recital Terminal Developer
