picnichouse Posted March 22, 2006 Share Posted March 22, 2006 Hi, I need to add a slash to all double quotes in a text field so that when exported, it can be properly interpreted by the program we are sending the flat file to. So, for example, this: he said "hello, how are you?" becomes this: he said "hello, how are you?" It seems like a pretty simple fix by using the substitute function, but I'm having problems getting the syntax right, i.e. this doesn't seem to work: Substitute(FieldName;""";"") Any idea how to do this? Thanks, Andrew Link to comment Share on other sites More sharing options...
Zero Tolerence Posted March 22, 2006 Share Posted March 22, 2006 Substitute(FieldName;""";"") Substitute(FieldName; """; """) I think that sright, the point here is, that filemaker needs the escape in front of quotes also. Link to comment Share on other sites More sharing options...
picnichouse Posted March 22, 2006 Author Share Posted March 22, 2006 hmm, doesn't seem to work. In fact, it doesn't seem to effect the output at all. Link to comment Share on other sites More sharing options...
LaRetta Posted March 22, 2006 Share Posted March 22, 2006 Zero's calc works. Is your calc unstored? Link to comment Share on other sites More sharing options...
picnichouse Posted March 22, 2006 Author Share Posted March 22, 2006 hmm... no, it isn't being stored... this is my calculation Substitute(ItemName; """; """) ItemName = "hello" and the calculation is "hello" too, instead of "hello" what else could i be missing? Link to comment Share on other sites More sharing options...
LaRetta Posted March 22, 2006 Share Posted March 22, 2006 You must specifically specify unstored in Storage Options. Copying your calc and pasting into my definition, it works and produces: he said "hello, how are you?" I tested it both in 7.0v3 and 8.0v2. What version of 7 are you running? Link to comment Share on other sites More sharing options...
picnichouse Posted March 22, 2006 Author Share Posted March 22, 2006 8.0v2 advanced... take a look at the file I've attached. test.zip Link to comment Share on other sites More sharing options...
LaRetta Posted March 22, 2006 Share Posted March 22, 2006 Strange. Yep, it's breaking alright. Well, it said I didn't have the right font so I changed it to Verdana. Then your calc field produced smart quotes. This may be why it's breaking. Link to comment Share on other sites More sharing options...
LaRetta Posted March 22, 2006 Share Posted March 22, 2006 Yep, you had smart quotes on - see File Options Text tab. It works now. ^) I NEVER use smart quotes - it messes many things up. L Link to comment Share on other sites More sharing options...
picnichouse Posted March 22, 2006 Author Share Posted March 22, 2006 That did it -- Thanks! Link to comment Share on other sites More sharing options...
Recommended Posts
This topic is 6748 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 accountSign in
Already have an account? Sign in here.
Sign In Now