HLOPRSR2 ;ALB/CJM - Visual Parser 12 JUN 1997 10:00 am ;08/17/2009
Source file <HLOPRSR2.m>
| Name | Comments | DBIA/ICR reference | 
|---|---|---|
| WRITELN(LINE,Y) | ;writes one line to the screen
 | 
|
| RIGHT | ;
 | 
|
| GORIGHT | ;
 | 
|
| LEFT | ;
 | 
|
| GOLEFT | ;
 | 
|
| MSGSIZE() | ;
 | 
|
| SCRNSIZE() | ;
 | 
|
| TOP(INC) | ;msg line at the top of the scrolling area
 | 
|
| LINE(TO,INC) | ;msg line
 | 
|
| X(TO,INC) | ;current position within the line
 | 
|
| Y(LINE) | ;screen line of msg line = LINE
 | 
|
| SEG(INC) | ;returns the current segement #
 | 
|
| FLD(SET) | ;returns the currrent field #
 | 
|
| REP(SET) | ;returns the current repitition #
 | 
|
| COMP(SET) | ;returns the current component #
 | 
|
| SUB(SET) | ;returns the current sub-component #
 | 
|
| SEGSTART(SEGMENT) | ;
 | 
|
| IOXY(Y,X) | ; moves to screen position line=Y, col=X
 | 
|
| HILITE(LINE1,CHAR1,LINE2,CHAR2) | ;does hightlighting
 | 
|
| LITE | ||
| UNLITE | ;
 | 
|
| DOWN | ;
 | 
|
| UP | ;
 | 
|
| SCROLL(COUNT) | ; Scrolls up (COUNT positive) or down (COUNT negative)
 | 
|
| GETCHAR(INC) | ;returns a message character, can go forward or backward but will not cross the segment boundary.
 | 
|
| LJ(STRING,LENGTH) | ;
 | 
| Name | Line Occurrences | 
|---|---|
| Function Call: WRITE | 
  | 
| Function Call: WRITE | 
  | 
| Function Call: WRITE | 
  | 
| Function Call: WRITE | 
  | 
| Function Call: WRITE | 
  |