[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
    Procedure RemoveLeading (StIn:String; Var StOut:String;
                             Const RemoveSet:CharSet);

    This  removes  characters  from   the   beginning  of  StIn  until  a
    character not in RemoveSet is reached.

    Example

    If StIn = 'Hi There Hi' and RemoveSet = [' ','J','Z','H',i']
    then the result, StOut = 'There Hi'.

    As 'H', 'i' and ' '  are  in  RemoveSet  they  are  removed  from the
    front of StIn.

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