Hi Alex, Just toi clat=rify, this was two double quotes with a comma right before and right after them, not an escaped double quote in the middle of string.
I've made a fix to this which works, subject to your approval I changed the line: *replace* quote"e with tEscapedQuotePlaceholder in pData to these three lines: *replace* comma & quote & quote & comma with numToChar(31) in pData *replace* quote"e with tEscapedQuotePlaceholder in pData *replace* numToChar(31) with comma & quote & quote & comma in pData That seems to have fixed it. Pete lcSQL Software <http://www.lcsql.com> On Mon, May 14, 2012 at 2:50 PM, Peter Haworth <p...@lcsql.com> wrote: > However, I have found another corner case and that is two consecutive > double quote characters with no intervening characters. I'm still checking > into it for sure, but it looks like what happens with that after running it > through your function is a single quote character. Any thoughts on that? _______________________________________________ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-livecode