/t5/coldfusion-discussions/hash-marks-in-field-names/td-p/848771Aug 13, 2008
Aug 13, 2008
Copy link to clipboard
Copied
Forgive me but I have forgotten how to do this.
I'm trying to pass the query field name: "Pat #" , which
can't be changed.
<cfset pat_no = '#Pat ##'>
Problem is the hash mark in the field name.
I've tried:
<cfset pat_no = '#Pat #'#''>
but it errors out.