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

    This is the reverse procedure of PadVar.   All spaces on the right of
    the string are removed.

    Example

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

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