On Thu, 27 Jul 2000 17:04:36 -0700, [EMAIL PROTECTED] wrote:

>  Just a quick string manipulation question.  I can't seem to find a
function
>  in the quick reference guide that came with CF that does what I want it
to
>  do.
>  
>  Let's say that I output the contents of a variable:
>  
>  <CFOUTPUT>#variable#</CFOUTPUT>
>  
>  And it prints on the screen: 'hello'
>  
>  How do I manipulate the string so that I can get rid of the "enclosing"
>  single quotes so that if I were to repeat the above cfoutput tags it
would
>  print:
>  
>  hello
>  
When you set the variable, did you accidentaly add quotes?

Simply setting <cfset variable="Hello">
<cfoutput>
#variable#
</cfoutput>
shouldn't leave any quotes behind.....

-Joseph

If you still get that error, sen me a chunk of your code.





_______________________________________________________
Say Bye to Slow Internet!
http://www.home.com/xinbox/signup.html

------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/[email protected]/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to