Using keywords as substitutes for control characters
As already noted, you can use three control characters to specify what happens when a text macro is inserted: Now and then, syntax rules may require that you insert a macro with any of those characters in it. For example, JavaScript syntax requires that text strings be enclosed in single quotes. This conflict is solved by substituting percent signs (or any other suitable character) for single quotes. The GoLive text macro tool has three built-in keywords that allow you to redefine control characters: Selection = % write.document.write('%what%') CARET = % MACRO = % |