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

Function            ADDSPACE()
Action              Pads string with spaces
Returns             <expC> String padded with spaces.
Category            String
Syntax              ADDSPACE(<expC>,<expN>)
Description         Pads right side of <expC> with <expN> spaces.
                    Truncates string if <expN> is shorter than
                    original string length.
Examples            ADDSPACE("GARRY",10)
                    results in "GARRY     "
Found in (prg)......S_ADDSP.PRG

This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson