ArrayResize(array, minimum_size)


Returns a Boolean TRUE on successful completion.

Note that ColdFusion arrays expand dynamically as data is added.

array

Name of the array you want to resize.

minimum_size

Minimum size of the specified array.