<cfset s = "Ray">
<cfset s = s & " " & "Camden" & " is Foo.">

=======================================================================
Raymond Camden, ColdFusion Jedi Master for Macromedia

Email    : [EMAIL PROTECTED]
Yahoo IM : morpheus

"My ally is the Force, and a powerful ally it is." - Yoda 

> -----Original Message-----
> From: Chris Edwards [mailto:[EMAIL PROTECTED]] 
> Sent: Monday, July 29, 2002 5:17 PM
> To: CF-Talk
> Subject: How to append a string to a string?
> 
> 
> whats an easy way to append a string to a string?
> 
> I'm trying to do this:
> 
> // php
> $output  = "<table border='$border' bgcolor='$color'>";
> $output .= "  <tr>";
> $output .= "    <td>";
> etc...
> 
> .  in CF.
> 
> I don't want to use <cfscript> though.
> 
> Thanks.
> 
> 
> 
______________________________________________________________________
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to