Difference between revisions of "ATOH()"

From Recital Documentation Wiki
Jump to: navigation, search
 
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
==Class==
 
Expressions and Type Conversion
 
 
 
 
==Purpose==
 
==Purpose==
 
Function to convert an ASCII character or characters to a hexadecimal string  
 
Function to convert an ASCII character or characters to a hexadecimal string  
Line 12: Line 8:
  
 
==See Also==
 
==See Also==
[[ASC()]], [[ASCII Chart]], [[CHR()]], [[CTRL()]], [[HTOA()]], [[STR()]]
+
[[ASC()]], [[ASCII Chart]], [[CHR()]], [[CTRL()]], [[HTOA()]], [[STR()]], [[TYPE()]]
  
  
Line 30: Line 26:
  
 
==Products==
 
==Products==
Recital Database Server, Recital Mirage Server, Recital Terminal Developer
+
Recital Server, Recital  
 
[[Category:Documentation]]
 
[[Category:Documentation]]
 
[[Category:Functions]]
 
[[Category:Functions]]
 +
[[Category:Expressions and Type Conversion]]
 +
[[Category:Expressions and Type Conversion Functions]]

Latest revision as of 15:59, 26 November 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 Server, Recital