home *** CD-ROM | disk | FTP | other *** search
Text File | 1997-03-14 | 277 b | 11 lines | [TEXT/R*ch] |
- // Copyright (c) 1996-1997 Jeremy Wyld. All rights reserved.
- /* For best viewing pleasure set the font to: Courier 10pt with 3 space tabs */
-
-
- RemoveScript := func(removeFrame) begin
-
- GetRoot().GetRouteScripts := GetRoot().oldRoute;
-
- RemoveSlot(GetRoot(), 'oldRoute);
-
- end;