I am taking some date and doing some manipulation on it and would like to
add carriage returns at the end then save in the database.

<cfset NewLine = chr(10)>
<cfset variables.additional_info = "Education Experience: " & #newline# &
#variables.ed_ex# & #newline#>

Should this work?

------------------------------------------------------------------------------
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to