Guys, do you know why this:
<cfset grEMAIL=PreserveSingleQuotes(a[5])>
doesn't work?

any array element I put in PreserverSingleQuotes() doesn't work.
this works file:
<cfset grEMAIL=a[5]>
<cfset grEMAIL=PreserveSingleQuotes(grEMAIL)>

help?



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to