4 lines
117 B
Text
4 lines
117 B
Text
<cfoutput>
|
|
<cfset wordListTag = "Hello,How,Are,You,Today">
|
|
#Replace( wordListTag, ",", ".", "all" )#
|
|
</cfoutput>
|