ARRAYNEW

I l @ ve RuBoard

Used to create a new array.

Syntax

 ArrayNew(number_of_dimensions) 

Parameters

ArrayNew must know how many dimensions you want the array to be. ColdFusion supports up to three-dimensional arrays.

Example

 <1--- Create a new 1 dimensional array --->  <cfset newarray = ArrayNew(1)> 
I l @ ve RuBoard


Macromedia ColdFusion 5. Training from the Source
Macromedia ColdFusion 5 Training from the Source (With CD-ROM)
ISBN: 0201758474
EAN: 2147483647
Year: 2002
Pages: 99
Authors: Kevin Schmidt

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net