Converting A Java Array To A ColdFusion Array
<!--- Try to add a girl to this list. --->
<cfset ArrayAppend( arrGirlList,
"Frances McDormand"
) />
For Cut-and-Paste
<!--- Try to add a girl to this list. ---> <cfset ArrayAppend( arrGirlList, "Frances McDormand" ) />