Name

ArrayNew

Synopsis

ArrayNew(dimension)

Creates an array of between 1 and 3 dimensions where the value of dimension is an integer between 1 and 3. Examples:

<cfset PartNumbers = ArrayNew(1)>
<cfset Samples = ArrayNew(2)>
<cfset Colors = ArrayNew(3)>

Get Programming ColdFusion MX, 2nd Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.