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>lclose()</b> <b>cw_core.prg</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
lclose()                                                           CW_CORE.PRG
------------------------------------------------------------------------------------------
 Purpose
   To write the EOF op code and close the file handle

 Syntax
   Lclose( aSpreadsheet )

 Parameters
   aSpreadsheet     - Spreadsheet handle array

 Returns
   nStatus      0  All ok
                2  I/O error occurred while closing
                6  Invalid parameters

 Notes
   After any spreadsheet is opened, either through Lcreate() or Lread(),
   you must close it to release its buffer and its handle.  If you do
   not close a newly created spreadsheet, there is a good chance that some
   data will not be written out to the disk. Be sure to close all
   spreadsheets after you are done with them.

 Category
   Reading and writing spreadsheet files

See Also: Lcreate() Lread()

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