Jump to content

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

Recommended Posts

Posted

Greetings!

I have a question :D

First - Sorry if this is the wrong section - seems to fit better here than anywhere else...

Anyhow! I have a record set of about 200,000. The main field has a chunk of text in it. Would it be possible to somehow generate 2 new versions of those fields - each with punctuation added at the beggining and end of them? Note: it would be the same punctuation for all fields though...

Example:

Field: The brown cow goes moo

I want to get:

"The brown cow goes moo"

and

!The brown cow goes moo!

Posted

Create two new fields and call what you want. For this example, I used YourTextFieldHere Make the calculations as follow with a text result.

Try

""" & YourTextFieldHere & """

and

"!" & YourTextFieldHere & "!"

HTH

Lee

Posted

New in version 7, is some Regular Expression abilities, including escaping operators. In this case, it's just telling FileMaker to "Escape the " following the , meaning that it is to be considered text now.

:D

Lee

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