" or " for SCRIPT Edit macro FIXQUOTE Edit macro FIXQUOTE Author: David McRitchie formatted on 1995/04/01 06:54 for assistance contact: D. McRitchie DMcRitchie@hotmail.com -------------------------------------------------------------------------------- çççççççççççççççç ¬ The term undefined means that it may or may not work now or in the future. You should not use it. If you do use it and it fails in the future or is inconsistent in any manner then the problem is yours because such use is not defined. Testing for such use may or may not be done, but probably won't be. « @SMALLS edit macro capitalizes first words of text sentences. ü @SMALLS edit macro works same on text entries. -------------------------------------------------------------------------------- Page EDITPAGE1 SYSTECH NOTICE -- CLISTS Macro name. FIXQUOTE users. PDF EDIT users specifically SCRIPT users type. Edit Macro resides in SYS1.TSOCLIST -------------------------------------------------------------------------------- FIXQUOTE Changes occurrences of double quotes to " or " for SCRIPT " or " for SCRIPT " or " for SCRIPT -------------------------------------------------------------------------------- related see Page Printing Considerations in the index. EDITCHEK, EDITOL, FIX, FIXPI, FIXQUOTE, PERIOD, PINX, PINXDOIT, PIR, PLICHK, S HIFTNX -------------------------------------------------------------------------------- The FIXQUOTE edit macro will change the use of double quotes(") to open(") or closed(") double quotes. Depending on whether a blank is found before or after the double quote. A summary message NOTE will appear at the beginning to let you know the relative success. This is an unsophisticated edit macro as far as options go. -------------------------------------------------------------------------------- Since square brackets are not available, optional material is enclosed in European brackets <...>. ISREDIT FIXQUOTE ISREDIT FIXQUOTE NX if NX is used no other options may be used -------------------------------------------------------------------------------- lptr-range A pair of line pointers can be used to restrict the lines under consideration. The line pointers must be a labels. Specifying one line pointer is invalid. column-range A pair of columns can be used. under consideration. The line pointers must be a labels. Specifying one line pointer is invalid. NX Affects only lines that are NOT EXCLUDED from the display Not compatible with other options Examples: FIXQUOTE .A .B FIXQUOTE NX Notice: AUTOSAVE OFF is invoked Internal Aspects: There is only one PARM entry for this macro. This is done to speed up processing but does place limitations on the use of "NX". C ALL ' "' ' :q.' PARM C ALL '" ' ' :eq.' PARM