B Eloquence Syntax
Set Cursor position | |
---|---|
Set Curssor Position | |
Dislay enhancements | |
Reset | |
Set Inverse Video | |
Set Blinking | |
Set Underline | |
Set Half bright display | |
Fields | |
Protect number of lines | |
Unprotect number of lines | |
Unprotect all lines | |
Specify Input Field | |
Reset Input Field | |
Specify Output Field | |
Reset Output Field |
D | specifies a digit position. The fill character is a blank. |
nD | specifies n digit positions |
Z | specifies a digit position. The fill character is a zero. |
nZ | specifies n digit positions. |
* | specifies a digit position. The fill character is an asterisk. |
n* | specifies n digit positions |
X | causes a blank to be printed. |
nX | causes n blanks to be printed. |
A | specifies a single string character position. |
nA | specifies n string characters |
. | indicates placement of a decimal point radix indicator. There may be only one radix indicator per numeric specifier. |
R | indicates placement of a comma radix indicator. There may only be one radix indicator per numeric specifier. |
C | indicates placement of a comma in a numeric specification. It is a conditional character and is output only if there is a digit to its left. |
P | indicates placement of a period in a numeric specification. It is a conditional character and is output only if there is a digit to its left. |
S | indicates a sign position for a + or -. The sign floats to the left of the leftmost significant digit if S appears before all digit symbols. |
M | indicates a sign position. + is replaced by a blank. The sign floats to the left of the leftmost significant digit if M appears before all digit symbols. |
K | specifies an entire string or numeric field. A numeric is output in standard format, except that no leading or trailing blanks are output. The current value of a string is output. |