[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
    Procedure
      FormatVar(StIn:String;Var StOut:String;Size:Byte;Format:TextFormats);

    This formats the string to  a  specific  size,  Size.  The string can
    be either  padded  to  the  left  or  right,  or  the  string  can be
    centred.  Format must be one of

         LeftText
         CentreText
         RightText

    Example

    FormatVar('ABC',StOut,7,CentreText) = StOut:='  ABC  ';

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