ArrayResize

"-->
 ArrayResize (array, minimum_size) 

Description

Resets an array to a specified minimum number of elements. ArrayResize can improve performance if used to size an array to its expected maximum. If you expect to have more than 500 elements, use ArrayResize immediately after using the ArrayNew tag.

Example

 <cfset zipcode = ArrayNew(1)>  <cfset ArrayResize(zipcode, 100)>  


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