This method is deprecated in favor of the CodeReplace property described in §28.9.3 Surrounding or replacing text with code or macros.
You can direct Mif2Go to replace the content of a paragraph, or of a character-formatted span of text, with arbitrary RTF code:
; format (char or para) = keyword
; Replace deletes, and also puts out the RTF in [WordReplacements]
You specify the replacement RTF code as a property of the format to which you assigned the Replace property:
; Replace causes the insertion of raw RTF code
; in place of the original content of the named para or char format
Parafmt = {some arcane string of RTF code}
§6.10.2.3 Keeping or removing empty paragraphs
§28.3.7.2 Inserting code with the CodeStore property.