Difference between revisions of "Array Row Column Modify Functions"
Jump to navigation
Jump to search
Line 20: | Line 20: | ||
==Short Notations== | ==Short Notations== | ||
− | Array.ar is the same as [[Array.addrow]] | + | Array.ar is the same as [[Array.addrow() | Array.addrow]] |
Array.ac is the same as [[Array.addcolumn]] | Array.ac is the same as [[Array.addcolumn]] | ||
Line 33: | Line 33: | ||
[[wiki.zcubes.com/Array.addrow() Array.addrow]] | [[wiki.zcubes.com/Array.addrow() Array.addrow]] | ||
+ | [[Array.allslices()|AllSlices]] |
Revision as of 03:48, 1 April 2020
These functions modify the array row columns.
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