Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×
The Claris Museum: The Vault of FileMaker Antiquities at Claris Engage 2025! ×

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

Recommended Posts

Posted

I have the following search string: Paragraph-Tab-Tab-Space-Paragraph-Paragraph. I've tried using the "¶" and Option-Tab and then a standard space, as well as Option-Space, in different combinations, but they all fail. Can someone direct me as to how to do this?

Posted

The tab character can be expressed as char(9).

Position( searchString; char(9); 1;1)

Posted

Well, I'm stumped. I put in your suggestion of char(9), but it's still failing.

Here's a screenshot from word of what the string looks like. Looks like it's the space character, which is right before the second paragraph mark, that's screwing this up. paragraph_string.png

Posted

Are you trying to do this in find mode?

Try using the menu Find/Replace under Edit. IIRC, you can past in a pattern from a document and find it in a field.

HTH

Lee

Posted

Ok, then have you looked at the text in BBEdit or TextWrangler? There can be some incidental spaces, etc. that will not show in word, but will show in a text editor such as I mentioned. Just be sure when the document is open, you select the show invisibles, and spaces.

HTH

Lee

Posted

Looks like it's the space character, which is right before the second paragraph mark, that's screwing this up.

You can use the Code() function to determine the exact character/s in the field. If you still can't make it work, post a file.

This topic is 5225 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.