BackUp LevelNext

ListToArray

Converts the specified list, delimited with the character you specify, to an array.

See also ArrayToList.

Syntax

ListToArray(list [, delimiter ])

array

Name of the list variable containing elements you want to use to build an array. You can define a list variable with a CFSET statement.

delimiter

Specify the character(s) used to delimit elements in the list. Default is comma ( , ).




BackUp LevelNext

allaire

AllaireDoc@allaire.com
Copyright © 1998, Allaire Corporation. All rights reserved.