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>lcreate()</b> <b>writewks.prg</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
lcreate()                                                         WRITEWKS.PRG
------------------------------------------------------------------------------------------
 Purpose
   Creates a new spreadsheet

 Syntax
   Lcreate( cFilename, cVersion )

 Parameters
   cFilename      - Name of new spreadsheet to create
   cVersion       - Spreadsheet version

       Valid spreadsheet versions are:

       QP  - Quattro Pro     L1  - Lotus 1.x     E2  - Excel 2.x
       QU  - Quattro         L2  - Lotus 2.x     E3  - Excel 3.x
                             L3  - Lotus 3.x     E4  - Excel 4.x

 Returns
   aSpreadsheet

 Notes
   The Summer '87 version of Lcreate() requires a third paramter, which
   is a 40 element array.  This array must be declared prior to calling
   Lcreate(). In the Summer '87 version, Lcreate() returns a logical
   value indicating whether or not the spreadsheet was created. In Clipper
   FiveO, an array is returned.

 Category
   Creating spreadsheet files

See Also: Lclose() Lput()

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