Difference between revisions of "HTOA()"

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

Revision as of 13:09, 7 December 2012

Purpose

Function to convert a hexadecimal string to an ASCII character or characters

Syntax

HTOA(<expC>)

See Also

ASCII Chart, ATOH(), ASC(), CHR(), CTRL(), STR(), TYPE()

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")
Lianja