Back to FabImage Studio website

You are here: Start » Filter Reference » Array » Array Transforms » LimitArraySize

LimitArraySize


Module: FoundationLite

Adds or removes elements at the end of an array until it reaches the requested new size range.

Name Type Range Description
Input value inArray <T>Array
Input value inMinSize Integer* 0 -
Input value inMaxSize Integer* 0 -
Input value inValue <T> Default value used to complement new table records.
Output value outArray <T>Array

The type of this filter is defined using the type variable T which represents any valid type. Read more.

Errors

This filter can throw an exception to report error. Read how to deal with errors in Error Handling.

List of possible exceptions:

Error type Description
DomainError inMinSize is greater than inMaxSize in LimitArraySize.

Complexity Level

This filter is available on Basic Complexity Level.