Array Functions - MACROMEDIA COLDFUSION 5-DEVELOPING Develop Manual

Table of Contents

Advertisement

124

Array Functions

The following functions are available for creating, editing, and handling arrays:
Function
ArrayAppend
ArrayAvg
ArrayClear
ArrayDeleteAt
ArrayInsertAt
ArrayIsEmpty
ArrayLen
ArrayMax
ArrayMin
ArrayNew
ArrayPrepend
ArrayResize
ArraySet
ArraySort
ArraySum
ArraySwap
ArrayToList
IsArray
ListToArray
For more information about each of these functions, see the CFML Reference.
Chapter 8 Handling Complex Data with Structures
Description
Appends an array element to the end of a specified array.
Returns the average of the values in the specified array.
Deletes all data in a specified array.
Deletes an element from a specified array at the specified index
and resizes the array.
Inserts an element (with data) in a specified array at the specified
index and resizes the array.
Returns True if the specified array is empty of data.
Returns the length of the specified array.
Returns the largest numeric value in the specified array.
Returns the smallest numeric value in the specified array.
Creates a new array of specified dimension.
Adds an array element to the beginning of the specified array.
Resets an array to a specified minimum number of elements.
Sets the elements in a 1D array in a specified range to a specified
value.
Returns the specified array with elements sorted numerically or
alphanumerically.
Returns the sum of values in the specified array.
Swaps array values in the specified indexes.
Converts the specified one dimensional array to a list, delimited
with the character you specify.
Returns True if the value is an array.
Converts the specified list, delimited with the character you specify,
to an array.

Advertisement

Table of Contents
loading

This manual is also suitable for:

Coldfusion 5

Table of Contents