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

