[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
    Procedure AdjustPtr(Var P:Pointer;Amount:LongInt);

    Adjusts the pointer by Amount where

    - 64 k + 15 <= Amount <= + 64 k - 15

    Example

    P:=Ptr(0,$FFFF);  AdjustPtr(P, 1); = P:=Ptr($FFF,$F);
    P:=Ptr(0,$FFFF);  AdjustPtr(P,-1); = P:=Ptr(0,$FFFE);

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