Question
Create a variable
I am trying to create a variable in CF8 but cant get the below to work because it doesnt like the tags in the variable. Please advise how I can make the below into one variable?
<cfset mydata="<message>#city#,#state#,#country#</message>">
I tried escaping the variable part but it gave me an error message:
<cfset mydata="\<message\>#city#,#state#,#country#\</message\>">
