| 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> |
|---|---|---|
| ||
| Previous by Date: | Re: Problems with different versions of ColdFusio, GArlington |
|---|---|
| Next by Date: | where can found the libporting.so of coldfusion8, feiy |
| Previous by Thread: | Re: carrage return issue, KeithLaw999 |
| Next by Thread: | DIV and visibility, TheScarecrow |
| Indexes: | [Date] [Thread] [Top] [All Lists] |