Skip to main content

FILL

Use the FILL function to preset or initialise all items in an Array to be the same value.

Use

FILL( value, count )
Create an array with the specified number of items, each filled with the given value.

ParameterRequiredDescription
valueYesa value of any type
countYesthe number of items to create in the array

ReturnsArray matching the type of value

Example

This section isn’t ready just yet—we’re working on it! Please check back soon, and if you need help right away, feel free to ask in our Community Forum.

ON THIS PAGE