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>lr()</b> <b>cw_core.prg</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
lr()                                                               CW_CORE.PRG
------------------------------------------------------------------------------------------
 Purpose
   To convert row and column coordinates to spreadsheet range

 Syntax
   Lr( nTopRow, nTopColumn, nBottomRow, nBottomColumn [,nSheet] )

 Parameters
   nTopRow       - Row number
   nTopColumn    - Column number
   nBottomRow    - Bottom row number
   nBottomColumn - Bottom column number
   nSheet        - Spreadsheet number, Lotus 3.x only

 Returns
   cRange_address

 Notes
   Lr() takes four coordinates and converts them into a cell address range.
   It is used to allow the program to work in terms of numeric row and
   columns and let CLIPWKS handle the translation into spreadsheet syntax.

 Category
   Miscellaneous functions

See Also: Lc()

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