macromedia.coldfusion.advanced_techniques
[Top] [All Lists]

Re: carrage return issue

Subject: Re: carrage return issue
From: GArlington
Date: Tue, 18 Sep 2007 02:24:47 -0700
Newsgroups: macromedia.coldfusion.advanced_techniques

On 16 Sep, 10:26, "KeithLaw999" <webforumsu...@xxxxxxxxxxxxxx> wrote:
> ok i need the array as i use it later in my code, so i tried this
>
>  '#replace(dataArray[1], '#chr(13)#', '', 'all')#'
>
>  but the carrage return stil appears before the text, any ideas how i can
> replace this?

Replace(dataArray[1], chr(13), "", "ALL");
Replace(dataArray[1], chr(10), "", "ALL");


<Prev in Thread] Current Thread [Next in Thread>