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

    This removes all spaces on the left of the string.

    Example

    UnPadVarLeft('  ABC  ',StOut) = StOut:='ABC  ';

See Also: Procedure PadVar Procedure RemoveLeading Procedure FormatVar
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson