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

  Function:    XPcurr123()

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

  Syntax:      XPcurr123(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...
               XPcurr123(0,0,12.5)
               might result in a: . 12,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