Difference between revisions of "Array.insertrow()"
Jump to navigation
Jump to search
(Created page with "* << Z3 Home * Z3 Language Documentation * Z%5E3_Array_Manipulation_Member_Functions | Listing of Z3 Array Manipulation Member F...") |
|||
(One intermediate revision by one other user not shown) | |||
Line 8: | Line 8: | ||
Insert count of NumberOfRows at the given Index. | Insert count of NumberOfRows at the given Index. | ||
+ | Same as [[ Array.$ir() | Array.$ir()]] | ||
− | + | ==See also== | |
+ | [[Array Row Column Modify Functions]] |
Latest revision as of 05:59, 8 May 2020
Array.insertrow(Index, NumberOfRows)
Insert count of NumberOfRows at the given Index.
Same as Array.$ir()