> > you try running it? > > 2 problems I think: > > * #preservesinglequotes(functionThatreturnsString())# breaks > * the cftry/catch doesn't catch the exception that the above breaks >
The interesting thing is, if you take the function brackets out of the preservesinglequotes function like this: #preservesinglequotes(test)# It returns this: cftestfunctions2ecfm249899302$funcTEST@9ad840 So preserve single quotes is obviously unused to receiving anything other than a string or a variable (ie you put a function in and it doesn't like it)! Paul -- ** Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] For human help, e-mail: [EMAIL PROTECTED]
