GENERAL DESCRIPTION |
When creating patch RGED*2.6*1 to remove Extensible Editor v.2.6,
we tried to eliminate the DIALOG (#.84) file entries distributed
with the package (9960001 - 9960070) by placing them in the build
and marking them as DELETE AT SITE. KIDS did not remove them
on the target system because delete access on File .84 is set
to an "^".
Therefore, a private integration agreement is established to
allow the reference to ^DI(.84 using the following code in RGEDPST.
;Delete DIALOG file entries 9960001 through 9960070.
N RGEDLOG
W !!," Deleting Extensible Editor dialog entries.",!," "
S DIK="^DI(.84,"
F RGEDLOG=9960001:1:9960070 S DA=RGEDLOG D ^DIK W "."
W !!," DIALOG entries 9960001 through 9960070 have been deleted."
|