ATOH()

From Lianjapedia
Revision as of 09:47, 10 February 2012 by Yvonne.milne (Talk | contribs)

Jump to: navigation, search

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