[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 FUNCTION ADDSPACE()

  Short:
  ------
  ADDSPACE() Pads right of string with spaces

  Returns:
  --------
  <cPaddedString> => String padded with spaces.

  Syntax:
  -------
  ADDSPACE(cInString,nPadSpaces)

  Description:
  ------------
  Pads right side of <cInString> with <nPadSpaces> spaces.

  Truncates string if <nPadSpaces> is shorter than
  original string length.

  Examples:
  ---------
   ADDSPACE("GARRY",10)     // => "GARRY           "

  Notes:
  -------
  For compatibility. In Clipper 5.x , the function
  PADR() does the same thing.

  Source:
  -------
  S_ADDSP.PRG


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