Difference between revisions of "HTOA()"

From Lianjapedia
Jump to: navigation, search
m (1 revision)
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
==Purpose==
 
==Purpose==
 
Function to convert a hexadecimal string to an ASCII character or characters
 
Function to convert a hexadecimal string to an ASCII character or characters
 
  
 
==Syntax==
 
==Syntax==
 
HTOA(<expC>)
 
HTOA(<expC>)
 
  
 
==See Also==
 
==See Also==
 
[[ASCII Chart]], [[ATOH()]], [[ASC()]], [[CHR()]], [[CTRL()]], [[STR()]], [[TYPE()]]
 
[[ASCII Chart]], [[ATOH()]], [[ASC()]], [[CHR()]], [[CTRL()]], [[STR()]], [[TYPE()]]
 
  
 
==Description==
 
==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.
 
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==
 
==Example==
Line 21: Line 17:
  
 
? htoa("5265636974616C")
 
? htoa("5265636974616C")
Recital
+
Lianja
 
</code>
 
</code>
 
+
 
+
==Products==
+
Recital Server, Recital
+
 
[[Category:Documentation]]
 
[[Category:Documentation]]
 
[[Category:Functions]]
 
[[Category:Functions]]
[[Category:Expressions and Type Conversion]]
+
[[Category:Formatting Functions]]
[[Category:Expressions and Type Conversion Functions]]
+

Latest revision as of 08:08, 4 February 2013

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