| EN |
This is the entry point that will return the output
in a formatted output.
|
| VARIABLES |
TYPE |
VARIABLES DESCRIPTION |
IEN |
Input |
IEN is the internal entry number from the order
dialog file, file #101.41.
|
SUB |
Input |
The output of this entry point is
^TMP($J,SUB,IEN,n)=text global. The calling application should passed in the
subscript that should be used in the temp global.
|
|
BEG |
This entry point build the header section of the
Order Dialog entry.
|
| VARIABLES |
TYPE |
VARIABLES DESCRIPTION |
OUTPUT |
Output |
Pass by reference output variable
|
IEN |
Input |
Order Dialog file, #101.41 entry IEN
|
TYPE |
Input |
The type of entry from order dialog file. This is
piece 4 of the zero node of the entry.
|
CNT |
Both |
This is the integer value for the output array. This
variable is pass by zero and must be defined before calling the entry point.
|
|