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>ltype()</b> <b>readwks.prg</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
ltype()                                                            READWKS.PRG
------------------------------------------------------------------------------------------
 Purpose
   To return the type of a cell

 Syntax
   Ltype( aSpreadsheet,cCell )

 Parameters
   aSpreadsheet    - Spreadsheet handle array
   cCell           - Cell address to look for

 Returns
   xCell_type   NIL - if cell not found
                  C - Character
                  D - Date
                  L - Logical
                  N - Numeric
                  F - Formula
                  B - Blank
                  E - Error Cell
                 NA - Not Applicable Cell

 Category
   Reading spreadsheet files

See Also: Lget() Lgetcell()

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