Saving CF codes in a variable
Hi,
I am trying to save some rather lengthy CF codes in a variable, ie. <cfset mycode = " ... all the codes here ...">. However the codes to be saved may contain double quotes (") which would create a conflict. I know of cfsavecontent which does not require double quotes; however that tag would process the codes rather than save them as string.
Is there an alternative way to saving the codes as a string in a variable?
Thanks,
MCL