Array.rcfunctions

From ZCubes Wiki
Revision as of 11:51, 10 April 2020 by Joseph (talk | contribs) (Created page with "* << Z3 Home * Z3 Language Documentation * Z%5E3_Array_Manipulation_Member_Functions | Listing of Z3 Array Manipulation Member F...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search


Array.$C(Column Array to apply, Function/Array of Functions, Optional Parameters)

Apply function array with parameters to the list of columns.

Array.$R(Row Array to apply, Function/Array of Functions, Optional Parameters)

Apply function array with parameters to the list of rows.

Array.$CELLS(row column width height area, Function/Array of Functions, Optional Parameters)

Apply function array with parameters to the list Row/Column Area indices and width and height to apply (l,t,w,h).