Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×

This topic is 7534 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Posted

Hello

I need a formula to extract the 2nd entire line of a paragraph("PAR"). And I need a formula to get the third line only. "PAR"

I appreciate your help very much.

STan

"par" is the paragraph field name.

FileMaker Version: 7

Platform: Mac OS X Panther

Posted

Stan,

Since fields are text wrapped automatically, and there is no built in function to extract text by line, you would need to set up your field with a fixed width font like Monoco or Courier, and count the number of characters that fit on one line. you can then use this in a calculation to extract the middle text:

Middle ( text ; start ; numberOfCharacters )

Posted

I believe that Mike is correct. However, if you wish to extract the second entire sentence instead of line, it is quite possible. You can use your period/space to count the number of occurences within each PAR (field) and parse them out however needed. So, do you mean line, Stan, or will sentence work?

Also, are these lines ending in

This topic is 7534 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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.