User Guide
Manuals
Brands
Macromedia Manuals
Other
COLDFUSION MX 61-CFML REFERENCE
581
582
583
584
585
586
587
588
589
590
ListPrepend
581
<cfset first_element = ListFirst(temp)>
<cfoutput><p>The original list: #temp#</cfoutput>
<!--- now, insert an element at position 1--->
<cfset temp2 =
ListPrepend(Temp, "my Inserted Value")
>
1
...
...
579
580
581
582
583
...
...
806