GMRADSP8 ;HIRMFO/WAA-DISPLAY ALLERGY ;9/6/95 11:06
Source file <GMRADSP8.m>
Name | Comments | DBIA/ICR reference |
---|---|---|
DISPLAY(ARRAY) | ;This subroutine will print out the Reactant
; ARRAY is the array that is passed |
|
HEAD | ;Print the top of page for the display
|
|
WRITE(NL,TAB,STRING,GMRAOUT,HEAD) | ; This will display all the
; text in a given string. ; Requited Variables: ; NL = Numeric repersentation of New lines ; = 0 No new line ; TAB = Number of tab spaces from the las given position ; STRING = The array of text to be printed. ; STRING(X) = Continue of string ; NOTE: This continuation will line feed and tab the same ; as the string itself. ; Optional variables ; GMRAOUT = The status of the Up-arrow out of a system. ; = "" use Page break function ; HEAD = HEADER SUB-ROUTINE |
|
PAGE(HEAD) | ; Bottom of page program
; Input variable: ; HEAD = Header program to be run |
Name | Line Occurrences |
---|---|
Function Call: WRITE |
|
Function Call: WRITE |
|
Function Call: WRITE |
|
Function Call: WRITE |
|
Function Call: WRITE |
|