| LETTER(.RESULT,IEN) |
Returns the letter text for the purpose of
notification identified.
Output: RESULT(0)= Blank if the entry exists <OR>
-1^error message
RESULT(n)= Lines of letter text where 'n' is a sequential number
> D LETTER(.RESULT,IEN) ZW RESULT
RESULT(0)=
RESULT(1)=|NOWRAP|
RESULT(2)=
RESULT(3)=|CENTER("Women's Health Clinic")|
RESULT(4)=
RESULT(5)=|CENTER(" 123 Main Street")|
RESULT(6)=
RESULT(7)=|CENTER("CHICAGO, IL 60612")|
RESULT(n)=...
|
| VARIABLES |
TYPE |
VARIABLES DESCRIPTION |
.RESULT |
Both |
Array name to return data in. (Required)
|
IEN |
Input |
WV NOTIFICATION PURPOSE file (#790.404) IEN.
(Required)
|
|