home *** CD-ROM | disk | FTP | other *** search
- /*
- The safe way to end edit mode
- */
-
- if ~show(l, "rexxsupport.library") then
- if ~addlib("rexxsupport.library", 0, -30) then
- do
- call ppm_Inform(1,"Please install the rexxsupport.library in your libs: directory before running this Genie.")
- exit
- end
-
- call ppm_EndEdit()
-
- do while word(ppm_GetState(), 1) = 3
-
- call delay(10)
-
- end
-
-