Using FindChange script
I do architectural drawings in Illustrator, and assemble all the sheets in Indesign. I have a template file that has placeholders for all the information that has to go on every sheet (name to client, address of project, and so forth, and a FileMaker database with all the relevant info. In FileMaker I create and save a FindChange document, and then use the FindChange script to replace all the placeholders with the relevant info. This works very well except for one limitation: I cannot replace a placeholder with any text that contains a carriage return because the carriage return is interpreted as an end of line in the change definition, and causes an error in the script. Is there an escape character I can use before the carriage return so that it is interpreted as part of the change text rather than part of the definition?