Difference between revisions of "Array.extract()"

From ZCubes Wiki
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...")
 
Line 9: Line 9:
  
 
MAGICSQUARE(5).extract(1,3)
 
MAGICSQUARE(5).extract(1,3)
 +
 +
20  8  21  14  2
 +
24  12  5  18  6
 +
 +
 +
==See Also==
 +
[[Array.c() | c]]
 +
 +
[[[[Array_Row_Column_Functions | columns]]

Revision as of 02:52, 30 April 2020


Array.extract(column list)

Extract specified columns

MAGICSQUARE(5).extract(1,3)

20 8 21 14 2 24 12 5 18 6


See Also

c

[[ columns