<cfscript> for (intI = 0 ; intI < 5 ; intI++){ WriteOutput( IIF( intI, DE( "," ), DE( "" ) ) & intI ); } </cfscript>