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

    Adds Count spaces at the end (right) of the string.

    FormatVar is a better procedure to use.

    Example

    PadVar('',StOut,10) = StOut:='          ';

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