home *** CD-ROM | disk | FTP | other *** search
- !!Script
- // Copyright ⌐ 2001 - Miguel Angel Rojas G.
- // @Modified build 497 cm20010225
-
- /**
- @Tool: gotoMark~goes to the bookmark ' $current mark' set
- by the mark script.
- @EndTool:
- @Summary: gotoMark~goes to the bookmark ' $current mark'
- */
-
- function DoCommand()
- {
- var bookmark = getGlobal(" $current mark", null);
-
- if (bookmark)
- {
- bookmark.go();
- }
- }
-
- !!/Script
-