ArrayAppend

"-->
 ArrayAppend (array, value) 

Description

Appends an array element to the end of an array.

Example

 <cfset zipcode = ArrayNew(1)>  <cfset zipcode[1] = 80202>  <cfset zipcode[2] = 80203>  <cfset zipcode[3] = 80204> 

To append 80205 to an array, use the following:

 <cfset ArrayAppend(zipcode, "80205")>  


Inside ColdFusion MX
Inside Coldfusion MX
ISBN: 0735713049
EAN: 2147483647
Year: 2005
Pages: 579

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