Changes

Line 4: Line 4:     
These functions modify the array row columns.
 
These functions modify the array row columns.
 +
 +
 +
[[Array.addrow()]]
 +
 +
[[Array.addcolumn()]]
    
[[Array.insertrow()]]
 
[[Array.insertrow()]]
Line 13: Line 18:  
[[Array.deletecolumn()]]
 
[[Array.deletecolumn()]]
   −
[[Array.appendrow()]]
+
==Short Notations==
 +
 
 +
Array.ar is the same as [[Array.addrow() | Array.addrow]]
 +
 
 +
Array.ac is the same as [[Array.addcolumn() | Array.addcolumn]]
 +
 
 +
Array.dr is the same as [[Array.deleterow() | Array.deleterow]]
 +
 
 +
Array.dc is the same as [[Array.deletecolumn() | Array.deletecolumn]]
 +
 
 +
Array.ir is the same as [[Array.insertrow() | Array.insertrow]]
   −
[[Array.appendcolumn()]]
+
Array.ic is the same as [[Array.insertcolumn() | Array.insertcolumn]]
writer
6,694

edits