Talk About Network

Google


Register and Login
Nick
Password
Register create new account Sign up is FREE and you can post replies, new topics, bookmark posts and more!
Recover lost password


Programming > ColdFusion > Re: putting a p...
Latest [ Topics | Posts ] Archive Post A New Topic Post a Reply
<< Topic < Post Post 3 of 3 Topic 1670 of 1699
Post > Topic >>

Re: putting a page break after instance of a certain character

by ll <barn104_1999@[EMAIL PROTECTED] > Jun 21, 2007 at 08:48 AM

On Jun 20, 2:46 pm, Carol <csch...@[EMAIL PROTECTED]
> wrote:
> On Jun 19, 1:17 pm, ll <barn104_1...@[EMAIL PROTECTED]
> wrote:
>
> > Hi,
> > I'm familiar, somewhat, with the replace function and have replaced
> > carriage returns and line feeds with breaks, yet I am now wanting to
> > insert a break after the occurrence of certain characters (e.g. @[EMAIL PROTECTED]
) in
> > a string.  Is there a good resource for this type of situation?
>
> > Thanks,
> > Louis
>
> Have you tried:http://www.lookuptables.com/-
see if that helps.


Carol,
Thanks for that link - that's a pretty valuable listing.  I eventually
tried this and it worked:
-------------------------
<cfif #emplEmailAddress1_text# NEQ "">
<A HREF="mailto:#emplEmailAddress1#">
#Replace(emplEmailAddress1_text,"@[EMAIL PROTECTED]
","@[EMAIL PROTECTED]
>","all")#
</A>
<cfelse>
&nbsp;
</cfif>
-------------------------

Many thanks for your help,
Louis
 




 3 Posts in Topic:
putting a page break after instance of a certain character
ll <barn104_1999@[EMAI  2007-06-19 11:17:25 
Re: putting a page break after instance of a certain character
Carol <cschanz@[EMAIL   2007-06-20 19:46:15 
Re: putting a page break after instance of a certain character
ll <barn104_1999@[EMAI  2007-06-21 08:48:57 

Post A Reply:
  Go here to Signup

AddThis Feed Button


About - Advertising - Contact - Frequently Asked Questions - Privacy Policy - Terms of Use - Signup

Contact
tan12V112 Sat Sep 6 22:22:06 CDT 2008.