GetRect function

Returns the section of a table


Description

The GetRect function returns the specified section from a table.


Syntax

GetRect (table, ri, rn, ci, cn)

  • table - Table to be copied
  • ri - Index to the first line to be copied
  • rn - Number of lines to be copied
  • ci - Index to the first column to be copied
  • cn - Number of columns to be copied

Example