[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
    Procedure SwapBytes(Var A,B:Byte);

    This swaps bytes A and B.

    Example

    A:=5;
    B:=7;
    SwapBytes(A,B) = A:=7; B:=5;

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