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


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

    Example

    WordToHex(10,Hex) = Hex:='000A';

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