ChrStringToHex

Converts a string to a Hex string.

Syntax:

ChrStringToHex ( string )

Parameters:

(s) string: specifies a string.

Returns:

(s) hex-string: a hex string with two hex bytes per character.

 
Example:
hexstr = ChrStringToHex("Hello")
Message("Hex String", hexstr)
See Also:

ChrHextoString, ChrStringtoUnicode