VAQDIS20 ;ALB/JFP - Function Calls for Display;03FEB93
Source file <VAQDIS20.m>
| Name | Comments | DBIA/ICR reference | 
|---|---|---|
| FUNCT | ; *************** Function Calls *************** 
 | 
|
| CENTER(LINE,CTR) | ; -- Centers text on 80 column screen
 ; INPUT : line - line to center in ; : ctr - text to center ; OUTPUT : X - centered text  | 
 
  | 
| STATE(STATE) | ; -- Converts state to abrev
 ; INPUT : state - long state ; OUTPUT : stavb - abrev state  | 
|
| COUNTY(STATE,CNTYPT) | ; -- Converts county pointer to apha, if passed
 ; INPUT : state - long state ; : cntypt - county pointer OR text ; OUTPUT : county - county name  | 
|
| BLANK | ; -- Sets up blank line
 | 
|
| TMP | ; -- Sets up display array
 | 
|
| ROOT(ROOT) | ; -- Sets root to display
 | 
|
| END | ; -- End of code
 |