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

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

Recommended Posts

Posted

Hi,

I try to add some external functions to my filemaker project. Using AppleScript.

When i want to calculate my script i keep running to that i can't use " as a text. I made it now working with a text field with " in it. But is there a more commen way to do this ..?

Posted (edited)

In FileMaker you can precede the quote by a slash character to put it directly into a text string in a calculation.

myCalcField = "He said, "Get a job." so I did."

Edited by Guest
Posted

Yes...

myCalcField = "He said, [color:red]''Get a job.[color:red]'' so I did."

Note that there are double [color:red]' chars

Posted

In version 6, you can use two quotation marks in succession in order to escape a quote:

"He said, ""get a job"" so I did."

BTW, this still works in v.7 and later.

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