Hi,

I am just generating new values for a query in order to use in a chart.

<cfloop index="i" from="1" to="#BarOptions.RecordCount#">
        <cfset BarOptions.Description[i]= BarOptions.Description[i] &
"#chr(10)# (n=#(nor[i])#)">
</cfloop>

How can I add a line break for secont part of this record?

As you can see I have just tried to add some CHR output into text but that
also does not help.

Any idea?


TIA!

Oðuz Demirkapý





~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:239056
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to