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>lversion()</b> <b>cw_core.prg</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
lversion()                                                         CW_CORE.PRG
------------------------------------------------------------------------------------------
 Purpose
   To determine the version of the spreadsheet

 Syntax
   Lversion( cFile|nHandle )

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

 Returns
   cVersion      - L1  Lotus 1.x
                 - L2  Lotus 2.x
                 - L3  Lotus 3.x
                 - SY  Symphony
                 - LJ  Lotus /J
                 - QU  Quattro
                 - QP  Quattro Pro
                 - E2  Excel
                 - E3  Excel 3.x for Windows
                 - E4  Excel 4.x for Windows

 Notes
   If the file|handle appears to be a valid spreadsheet, this function will
   return a two character code indicating the version of spreadsheet it
   appears to be. If the file or handle does not appear to be a spreadsheet,
   then an empty string will be returned.

 Category
   Miscellaneous functions

See Also: Liswks()

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