X |
Input |
The string of text to be added as input to the
formatter. The X input string may contain |-windows, as described in the VA
FileMan User's Manual (e.g., |SETTAB(9,23,44)|). The expressions within the
windows will be processed as long as they are not context-dependent; that is,
as long as they do not refer symbolically to database field names. Thus,
|TODAY| will cause today's date to be inserted into the formatted text, but
|SSN| will be printed out as it stands, because it cannot be interpreted in
context.
|
DIWL |
Input |
The (integer-valued) left margin for the text. Set
this to a postive number, 1 or greater. Do not change the value of DIWL if you
are making repeated calls to ^DIWP to format text.
|
DIWR |
Input |
The (integer-valued) right margin for the text.
|
DIWF |
Input |
A string of format control parameters. If contained
in DIWF, the parameters have the following effects:
W If the DIWF parameter contains "W", ^DIWP operates in "write" mode If the
DIWF parameter does not contain "W", ^DIWP operates in "accumulate" mode. See
above for the discussion of these two modes.
When making repeated calls to ^DIWP, don't mix modes; use "write" or
"accumulate" mode, but don't switch between them.
Cn = The text will be formatted in a column width of n, thus overriding the
value of DIWR. D = The text will be in double-spaced format. In The text
will be indented n columns in from the left margin (DIWL). N = Each line will
be printed as it appears in the text (no-wrap). If DIWF contains N, the value
of DIWR will be ignored. R = The text will be in right-justified format. | =
Word processing windows (material within vertical bars) will not be evaluated.
The window will print as it exists in the word processing field.
|