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>liswks()</b> <b>cw_core.prg</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
liswks()                                                           CW_CORE.PRG
------------------------------------------------------------------------------------------
 Purpose
   To test if a file is a valid spreadsheet

 Syntax
   Liswks( cFile|nHandle )

 Parameters
   cFile         - File name
   nHandle       - Handle file is opened on

 Returns
   lSuccess

 Notes
   Liswks() tests the beginning and ending bytes of the file to see if the
   file appears to be a valid spreadsheet file.  It is useful to confirm
   the validity of a file if your application allows a user to type in a
   spreadsheet name.

See Also: Lversion()

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