[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
    Procedure ByteToHex(Decimal:Byte; Var Hex:String);

    This converts a byte value  to  a  2  digit  string,  Hex.   Hex  has
    leading zeros, not leading spaces.  Hex is in uppercase.

    Example

    ByteToHex(10,Hex) = Hex:='0A';

This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson