[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
PadCenter


Purpose   Expands and centers a string.

Decln.    PadCenter(Str:String;Size:byte;Pad:Char);string;

Returns   String

Remarks   Str is the source string.
          Size is the new string length.
          Pad is the character to expand the string with.

Example

VAR
  TTT:STRING;
BEGIN
    TTT := PADCENTER(' ASTERISK ',20,'*');
END;

The string TTT is assigned the value "***** ASTERISK *****".

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