ArrayResize

Resets an array to a specified minimum number of elements.

This can improve performance, if used to size an array to its expected maximum. For more than 500 elements, use arrayResize immediately after using the ArrayNew BIF.

Method Signature

ArrayResize(array=[modifiablearray], size=[any])

Arguments

ArgumentTypeRequiredDescriptionDefault

array

modifiablearray

true

The array to resize

size

any

true

The new minimum size of the array

Examples

Last updated

Logo

Copyright & Register Trademark by Ortus Solutions, Corp & Ortus Software, LLC