ArraySet

"-->
 ArraySet (array, start_pos, end_pos, value) 

Description

In a one-dimensional array, this sets the elements in a specified index range to a value. It is useful for initializing an array after a call to ArrayNew. This will create a temporary value in that position until it is overwritten.

Example

 <cfset zipcode = ArrayNew(1)>  <cfset exampleArray = ArraySet(zipcode, 1, 10, "tempValue")>  


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