[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
  XPrepl123()
  Write a cell with a replicate character
------------------------------------------------------------------------------

  Function:    XPrepl123()

               This function is the same as using \
               when creating a Cell in Lotus. it
               replicates the String in the cell. Useful
               for tables and so on..

  Syntax:      XPrepl123(Row,Col,cStr)

  Arguments:   <Row> is the Row where the cell has to be placed,
               <Col> the column, both start at 0.
               cStr is the string to place. In Lotus, that string
               is replicated to the width of the Cell..

  Returns:     Nothing.

  Usage:       * - Supposing the Worksheet file open...
               XPrepl123(0,0,'-')
               results in '------------' in Lotus.

See Also: XPcreate123() XPwidth123() XPclose123() XPwrite123()
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson