[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
  XPperc123()
  Write a percentage formatted cell
------------------------------------------------------------------------------

  Function:    XPperc123()

               This function writes a numeric cell, formatted as
               being a percentage to the Lotus Sheet. The percentage
               format used is the format as it is currently
               installed on your version of Lotus. Useful for Lotus
               output.

  Syntax:      XPperc123(Row,Col,nVal[,nDec])

  Arguments:   <Row> is the Row where the cell has to be placed,
               <Col> the column, both start at 0.
               nVal is the value to place, nDec is optionnal and indicates
              the number of decimals, it defaults to 2.

  Returns:     Nothing.

  Usage:       * - Supposing the Worksheet file open...
               XPperc123(0,0,0.185,1)
               might result in a: 18.50% cell 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