1 | ZVEMOH ;DJB,VRROLD**Help Text [12/31/94]
|
---|
2 | ;;12;VPE;;COPYRIGHT David Bolduc @1993
|
---|
3 | ;
|
---|
4 | VRROLD ;;;
|
---|
5 | ;;; V R R . . . . . . . . . The VRoutine Reader . . . . . . . . . . David Bolduc
|
---|
6 | ;;;
|
---|
7 | ;;; NOTES: VRR displays the line number for all program lines not having a
|
---|
8 | ;;; line tag. It also displays the total program lines at the top of
|
---|
9 | ;;; the screen. The 2 vertical bars at the left side of the top and
|
---|
10 | ;;; bottom borders, help delineate line tags.
|
---|
11 | ;;; Submenu 'ED=Edit' is only available if you have global ^%ZVEMS("E")
|
---|
12 | ;;; on your system and you eXecute ^%ZVEMS("E").
|
---|
13 | ;;;
|
---|
14 | ;;; E N T R Y P O I N T S:
|
---|
15 | ;;;
|
---|
16 | ;;; DO ^%ZVEMO - Normal entry point.
|
---|
17 | ;;; DO PARAM^%ZVEMO(routine) - To bypass routine selection prompt.
|
---|
18 | ;;; X ^%ZVEMS("E") - VPE routine editor that utilizes the VRR module.
|
---|
19 | ;;;
|
---|
20 | ;;;
|
---|
21 | ;;; In the RESULT column, the word 'selected' indicates you will receive a
|
---|
22 | ;;; prompt asking you to enter the required value. T,G,F,L Options position
|
---|
23 | ;;; the selected line to the top of the display.
|
---|
24 | ;;;
|
---|
25 | ;;; E N T E R R E S U L T
|
---|
26 | ;;; --------- ---------------------------------------------------------------
|
---|
27 | ;;; ^ Quit current session.
|
---|
28 | ;;;
|
---|
29 | ;;; <SPACE> Quit current session.
|
---|
30 | ;;;
|
---|
31 | ;;; N A V I G A T E Submenu
|
---|
32 | ;;;
|
---|
33 | ;;; <RETURN> Continue on to next page.
|
---|
34 | ;;;
|
---|
35 | ;;; U Move UP a page. U will move you back 12 lines if you are in
|
---|
36 | ;;; single space mode, or 6 lines if in double space mode.
|
---|
37 | ;;;
|
---|
38 | ;;; T Move to the top of the routine.
|
---|
39 | ;;;
|
---|
40 | ;;; B Move to the bottom of the routine.
|
---|
41 | ;;;
|
---|
42 | ;;; G Go to selected line number.
|
---|
43 | ;;;
|
---|
44 | ;;; F Find selected Line Tag. If the Tag does not exist the display
|
---|
45 | ;;; will be blank. Use 'T' to return to top of program.
|
---|
46 | ;;;
|
---|
47 | ;;; L Locate selected string. If the string does not exist the display
|
---|
48 | ;;; will be blank. Use 'T' to return to top of program.
|
---|
49 | ;;;
|
---|
50 | ;;; <AU> Hitting the Up Arrow key moves the HIGHLIGHT up one line. Once
|
---|
51 | ;;; the HIGHLIGHT reaches the top of the page, hitting <AU> will
|
---|
52 | ;;; insert a new line at the top, thus backing up 1 line.
|
---|
53 | ;;;
|
---|
54 | ;;; <AD> Hitting the Down Arrow key moves the HIGHLIGHT down one line.
|
---|
55 | ;;; Once the HIGHLIGHT reaches the bottom of the page, hitting <AD>
|
---|
56 | ;;; will insert a new line at the bottom, thus moving ahead 1 line.
|
---|
57 | ;;;
|
---|
58 | ;;; <AL> Move highlight to top of page.
|
---|
59 | ;;;
|
---|
60 | ;;; <AR> Move highlight to bottom of page.
|
---|
61 | ;;;***
|
---|