ATOH()

From Recital Documentation Wiki
Revision as of 14:17, 29 May 2009 by Yvonnemilne (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Class

Expressions and Type Conversion


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()


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