Dr. Evil Posted August 24, 2011 Posted August 24, 2011 How could I strip paragraph(s) of all line breaks? For example, turn: ~ QTY: 1,500 COLOR: Full color front and back SIZE: 8.5" x 11" DEADLINE: ASAP ~ to ~ QTY: 1,500 COLOR: Full color front and back SIZE: 8.5" x 11" DEADLINE: ASAP ~ Thank you for your time. Much appreciated.
Dr. Evil Posted August 24, 2011 Author Posted August 24, 2011 Substitute carriage returns with spaces. Yes, this is what I want to do, but don't know how the calculation would look.
joaocarlo Posted August 24, 2011 Posted August 24, 2011 You may apply this formula: Substitute ( text ; searchString ; replaceString ) Example: Substitute ( MyField ; "¶" ; " " ) More info: FileMaker Help
Dr. Evil Posted August 24, 2011 Author Posted August 24, 2011 Substitute ( MyField ; "¶" ; " " ) Perfect joaocarlo! Thank you!
Recommended Posts
This topic is 5088 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