Difference between revisions of "ATOH()"

From Lianjapedia
Jump to: navigation, search
m (Text replace - "Recital" to "Lianja")
Line 16: Line 16:
 
52
 
52
  
? atoh("Recital")
+
? atoh("Lianja")
 
5265636974616C
 
5265636974616C
 
</code>
 
</code>

Revision as of 12:27, 7 December 2012

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("Lianja")
5265636974616C