Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- CA-Clipper Tools . Book 4-Appendices - <b>strtohex()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 STRTOHEX()
 Converts a byte sequence into hexadecimal form
------------------------------------------------------------------------------
 Syntax

     STRTOHEX(<cBytes>) --> cHex

     Netware: 2.2 and 3.11

 Argument

     <cBytes>   Designates a character string that is recognized as a
     byte sequence.

 Returns

     STRTOHEX() returns a character string that contains each byte
     (character) of the passed string in its two-character, hexadecimal form.
     The returned string is exactly twice as long as <cBytes>.

 Description

     STRTOHEX() is useful when working with the internet addresses that are
     required in conjunction with the IPX/SPX functions of Point To Point
     communication.

 Example

     Convert the byte sequence to hexadecimal form:

     ? STRTOHEX(CHR(27)+'A')   // "1B41"

See Also: HEXTOSTR()

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson