You can use the (optional) delimiters
attribute to specify which characters are used as separators in the list.
<cfloop list="ColdFusion,HTML;XML" index="ListItem" delimiters=",;">
<cfoutput>
#ListItem#<br />
</cfoutput>
</cfloop>