Array Row Column Modify Functions

Revision as of 10:57, 4 February 2020 by Joseph (talk | contribs)

These functions modify the array row columns.


Array.addrow()

Array.addcolumn()

Array.insertrow()

Array.insertcolumn()

Array.deleterow()

Array.deletecolumn()

Short Notations

Array.ar is the same as Array.addrow

Array.ac is the same as Array.addcolumn

Array.dr is the same as Array.deleterow

Array.dc is the same as Array.deletecolumn

Array.ir is the same as Array.insertrow

Array.ic is the same as Array.insertcolumn