TRUECALC
Functions

MAKEARRAY

Creates an array using a LAMBDA for each cell value

Try it

When to use it

When should I use MAKEARRAY?

Use MAKEARRAY to programmatically generate an array of a given size where each cell value is computed by a LAMBDA based on its row and column index.

Used in

operations · science

Syntax

MAKEARRAY(rows, cols, lambda)

On this page