wobbie Posted October 25, 2005 Posted October 25, 2005 Can i perform a search and replace on the 'return' character' and replace it with for example What is the wildcard for this character? Thanks
Zero Tolerence Posted October 25, 2005 Posted October 25, 2005 in your script editor there is a button: ¶ Just replace it with
Lee Smith Posted October 25, 2005 Posted October 25, 2005 I'm assuming that you are NOT using a script, but instead using the Find/Replace under the Edit menu. If so, Use the Key Combination of "Option + 7" which is the Pilcrow Sign aka Paragraph symbol "¶" do your find for ¶ Replace (or nothing or whatever the br stands for. Lee
wobbie Posted October 26, 2005 Author Posted October 26, 2005 works for me with option 6 thanks for the quick response !
Newbies FileKat Posted November 26, 2005 Newbies Posted November 26, 2005 I tried to do a Find on ¶ but got "no records match..." I need to remove the "returns" at the end of field (i.e. First Name, Last Name,etc) as well as any spaces. "Trim" takes care of removing spaces but does nothing for "returns." I have a large database that I need to search for "returns" in multiple fields and then remove them. Any suggestions? Thanks for your help.
Lee Smith Posted November 26, 2005 Posted November 26, 2005 Use the Substitute Function for that part. Trim(Substitute (YourField; "¶"; ""))
Newbies FileKat Posted November 26, 2005 Newbies Posted November 26, 2005 Thank you so much. It worked and actually took care of both operations at once.
Recommended Posts
This topic is 6937 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now