Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- CLIPWKS -Spreadsheet Library - <b>lfunc()</b> <b>writewks.prg</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
lfunc()                                                           WRITEWKS.PRG
------------------------------------------------------------------------------------------
 Purpose
   Write an @function into the spreadsheet

 Syntax
   Lfunc( aSpreadsheet, cFormula, cCell )

 Parameters
    aSpreadsheet - spreadsheet handle array
    cFormula     - Formula to write in cell
    cCell        - Cell address

 Returns
   nStatus

 Notes
   Lfunc() is used mainly for compatibility with earlier CLIPWKS releases.
   Lput() handles formula much more powerfully than Lfunc() can.  If you
   are writing new formulas to the spreadsheet, use Lput() instead.

See Also: Lput()

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson