Re: Help on Replace Function

2008-01-08 Thread Opela, Gary L Contr OC-ALC/ITMA
Message- From: Action Request System discussion list(ARSList) [mailto:[EMAIL PROTECTED] On Behalf Of Kevin Thornley Sent: Monday, January 07, 2008 4:30 PM To: arslist@ARSLIST.ORG Subject: Re: Help on Replace Function All OK I'm halfway home. The expand box adding the carriage return works. So

Help on Replace Function

2008-01-07 Thread Kevin Thornley
All I can't seem to remember how to use a carriage return with the replace function. Basically I need to search for a certain 1 line sentence remove it. Using the example below it only finds the string and replaces it with a space. I need it to find the string + the carriage return and replace

Re: Help on Replace Function

2008-01-07 Thread Opela, Gary L Contr OC-ALC/ITMA
Request System discussion list(ARSList) [mailto:[EMAIL PROTECTED] On Behalf Of Kevin Thornley Sent: Monday, January 07, 2008 3:37 PM To: arslist@ARSLIST.ORG Subject: Help on Replace Function ** All I can't seem to remember how to use a carriage return with the replace function. Basically I need

Re: Help on Replace Function

2008-01-07 Thread Dwayne Martin
workflow runs it will replace your carriage return with a space. Dwayne Martin James Madison University Original message Date: Mon, 7 Jan 2008 13:37:28 -0800 From: Kevin Thornley [EMAIL PROTECTED] Subject: Help on Replace Function To: arslist@ARSLIST.ORG ** All I can't

Re: Help on Replace Function

2008-01-07 Thread Kevin Thornley
discussion list(ARSList) [mailto:[EMAIL PROTECTED] On Behalf Of Opela, Gary L Contr OC-ALC/ITMA Sent: Monday, January 07, 2008 1:54 PM To: arslist@ARSLIST.ORG Subject: Re: Help on Replace Function Kevin, whenever you are setting your value to REPLACE(), hit the expand box to the right of the field

Resolved. RE: Help on Replace Function

2008-01-07 Thread Kevin Thornley
@ARSLIST.ORG Subject: Re: Help on Replace Function Kevin, whenever you are setting your value to REPLACE(), hit the expand box to the right of the field, then hit an enter. Fore example, you would have: REPLACE($FIELD$, Bob is here. , ) Just hit return after your period, and it should work. You

Re: Resolved. RE: Help on Replace Function

2008-01-07 Thread LJ LongWing (Head)
To: arslist@ARSLIST.ORG Subject: Re: Help on Replace Function Kevin, whenever you are setting your value to REPLACE(), hit the expand box to the right of the field, then hit an enter. Fore example, you would have: REPLACE($FIELD$, Bob is here. , ) Just hit return after your period, and it should work