Difference between revisions of "Array.addrow()"
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...") |
|||
(4 intermediate revisions by 2 users not shown) | |||
Line 4: | Line 4: | ||
− | ==Array. | + | ==Array.addrow(NumberOfColumns) == |
Add a count of NumberOfRows to this array. | Add a count of NumberOfRows to this array. | ||
Same as [[ Array.ar() | Array.ar()]] | Same as [[ Array.ar() | Array.ar()]] | ||
+ | |||
+ | ==See also== | ||
+ | [[Array Row Column Modify Functions]] |
Latest revision as of 07:35, 21 April 2020
Array.addrow(NumberOfColumns)
Add a count of NumberOfRows to this array.
Same as Array.ar()