Difference between revisions of "Array Row Column Modify Functions"

From ZCubes Wiki
Jump to navigation Jump to search
Line 6: Line 6:
  
  
[[Array.appendrow()]]
+
[[Array.addrow()]]
  
[[Array.appendcolumn()]]
+
[[Array.addcolumn()]]
  
 
[[Array.insertrow()]]
 
[[Array.insertrow()]]

Revision as of 12:12, 6 March 2017

These functions modify the array row columns.


Array.addrow()

Array.addcolumn()

Array.insertrow()

Array.insertcolumn()

Array.deleterow()

Array.deletecolumn()


Array.ac 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;