[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
center(s,w)                  center string

    Return string s centered in w blank characters
    For example:

    center(1234,10) ==> "   1234   "

center(s,w,c)                center string

    Return string s centered in w 'c' characters
    For example:

    center(1234,10,'-') ==> "---1234---"

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