I may be missing something but this works:
output = "<table border='#border#' bgcolor='#color#'>">
output = "#output#
        <tr>
                <td>">

etc.

-----Original Message-----
From: Chris Edwards [mailto:[EMAIL PROTECTED]]
Sent: Monday, July 29, 2002 2: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.



______________________________________________________________________
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.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