112
Array Functions (Continued)
Function
ArrayResize
ArraySet
ArraySort
ArraySum
ArraySwap
ArrayToList
IsArray
ListToArray
For more information about each of these functions, see the CFML Language
Reference.
Description
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.
Developing Web Applications with ColdFusion
Need help?
Do you have a question about the COLDFUSION 4.5-DEVELOPING WEB and is the answer not in the manual?