As part of trying to solve a larger problem I would like to put a lot (100+
lines) of html and cold fusion code (<CFLOOPS> etc... no SQL) into a string.

Two questions.

1. what's the best way of dealing with this?

<CFSET var1="<html><head>">
...

<CFSET var6="<td class=aaa width=450
align=center>#data.something[aaa].name#</td>">

<CFSET varTotal=var1 & " " & var2 ...>


2. Should I be trying this at all? :>  

TIA

-- glm





----------------------------------------------------------------------------
---------------------------------------------------- 
This message is for the named person's use only. It may contain
confidential, proprietary or legally 
privileged information. No confidentiality or privilege is waived or lost by
any mistransmission. If 
you receive this message in error, please immediately delete it and all
copies of it from your 
system, destroy any hard copies of it and notify the sender. You must not,
directly or indirectly, 
use, disclose, distribute, print, or copy any part of this message if you
are not the intended 
recipient. 




~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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