If you need to separate the values, you can do that in the variable declaration 
as well.  For instance, if you want a line break:

<cfset delimiter = chr(13) & chr(10)>
<cfset textVal = form.textarea1 & delimiter & form.textarea2 & delimiter & 
form.textarea3 & delimiter & form.textarea4>

Or change the value of 'delimiter' to whatever you want between the textarea 
values. 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:315417
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to