August 18, 201114 yr I am concatenating a name in a function and need to include quotes, tried the slash plus chacter following but that does not in Filemaker. What si the proper way to escape characters? Thanks.
August 19, 201114 yr /" or "" Ahem... it's actually \" (backslash) or """" (4 double-quote characters). You can also use the Quote() function.
August 19, 201114 yr LOL I got the \ mixed up... but no, a single double-quote is entered as 2-quotes , not 4.
August 19, 201114 yr For the text: Paul said "That's nothing to do with me." In a calculation this would be entered as: "Paul said ""That's nothing to do with me.""" ... or "Paul said \"That's nothing to do with me.\""
August 19, 201114 yr Ok, I see what you meant now. It is actually 4 quotes, if you count them all. IOW, two quotes within a quoted text will evaluate to a quote.
Create an account or sign in to comment