Difference between revisions of "ATOH()"

From Lianjapedia
Jump to: navigation, search
m (1 revision)
Line 1: Line 1:
 
==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  
 
  
 
==Syntax==
 
==Syntax==
 
ATOH(<expC>)
 
ATOH(<expC>)
 
  
 
==See Also==
 
==See Also==
 
[[ASC()]], [[ASCII Chart]], [[CHR()]], [[CTRL()]], [[HTOA()]], [[STR()]], [[TYPE()]]
 
[[ASC()]], [[ASCII Chart]], [[CHR()]], [[CTRL()]], [[HTOA()]], [[STR()]], [[TYPE()]]
 
  
 
==Description==
 
==Description==
 
The ATOH() function returns the hexadecimal string equivalent of the ASCII character or characters in <expC>.
 
The ATOH() function returns the hexadecimal string equivalent of the ASCII character or characters in <expC>.
 
  
 
==Example==
 
==Example==
Line 24: Line 20:
 
</code>
 
</code>
  
 
==Products==
 
Recital Server, Recital
 
 
[[Category:Documentation]]
 
[[Category:Documentation]]
 
[[Category:Functions]]
 
[[Category:Functions]]
 
[[Category:Expressions and Type Conversion]]
 
[[Category:Expressions and Type Conversion]]
 
[[Category:Expressions and Type Conversion Functions]]
 
[[Category:Expressions and Type Conversion Functions]]

Revision as of 09:47, 10 February 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("Recital")
5265636974616C