Dan,

I suspect that if you view source you'll see that it isn't a space but
a linefeed generated by ColdFusion.  You may want to try this
approach:

<cfset thisRow = "" />
<cfloop index="i" from="1" to="#arrayLen(outputVars)#">
<cfset theVar = "#outputVars[i]#">
<cfset thisRow = thisRow & evaluate(theVar) & del />
</cfloop>
#thisRow#

-joe
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

Reply via email to