ClrRect function

Sets the values ​​of the specified rectangle to zero


Description

The ClrRect function returns the copy of a table in which the values ​​of the specified rectangle are set to zero.


Syntax

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

  • ClrRect (table, ri, rn, ci, cn)

  • table - The table to be edited
  • ri - Index to the first line to be deleted
  • rn - Number of lines to be deleted
  • ci - Index to the first column to be deleted
  • cn - Number of columns to be deleted

Examples