You could have just gone <cfset thisThumb = '"#qry_getProductsBySubcategory.PhotoThumb#"'>
Steve -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Seona Bellamy Sent: Friday, December 03, 2004 3:38 PM To: CFAussie Mailing List Subject: [cfaussie] Re: Adding a " to a string Is there a list somewhere of what all the options are? That could be a useful one to keep in mind if there was a nice easy reference chart. Cheers, Seona. Quoting grant <[EMAIL PROTECTED]>: > i always use the chr() function. > you string would be something like: > > <cfset thisThumb = chr(34) & qry_getProductsBySubcategory.PhotoThumb & > chr(34)> > > my cats breath smells like flash remoting > > --- > You are currently subscribed to cfaussie as: [EMAIL PROTECTED] > To unsubscribe send a blank email to > [EMAIL PROTECTED] > Aussie Macromedia Developers: http://lists.daemon.com.au/ > --- You are currently subscribed to cfaussie as: [EMAIL PROTECTED] To unsubscribe send a blank email to [EMAIL PROTECTED] Aussie Macromedia Developers: http://lists.daemon.com.au/ --- You are currently subscribed to cfaussie as: [email protected] To unsubscribe send a blank email to [EMAIL PROTECTED] Aussie Macromedia Developers: http://lists.daemon.com.au/
