Did you specify output="false" for your function?  Could be that simple...
:D

On 6/21/06, Michael E. Carluen <[EMAIL PROTECTED]> wrote:
>
> Thanks Rob & Nathan.
>
> Actually I was able to come-up with a work-around.  The workaround is to
> put
> the value inside a local variable outside of the textarea.
>
> This does not create whitespaces:
> <cfset foovar = methodname(number)>
> <textarea>#foovar#</textarea>
>
>
> However, this creates the whitespaces:
> <textarea>#methodname(number)#</textarea>
>
> Now its just basically understanding what triggers one over the other.
> Hmmm.
>
> Again many Thanks!!
>


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:244504
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=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to