B Eloquence Syntax

Syntax List

A

B

C

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
Cursor Items

D

E

F

G

H

I

Dspecifies a digit position. The fill character is a blank.
nDspecifies n digit positions
Zspecifies a digit position. The fill character is a zero.
nZspecifies n digit positions.
*specifies a digit position. The fill character is an asterisk.
n*specifies n digit positions
Xcauses a blank to be printed.
nXcauses n blanks to be printed.
Aspecifies a single string character position.
nAspecifies n string characters
.indicates placement of a decimal point radix indicator. There may be only one radix indicator per numeric specifier.
Rindicates placement of a comma radix indicator. There may only be one radix indicator per numeric specifier.
Cindicates 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.
Pindicates 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.
Sindicates a sign position for a + or -. The sign floats to the left of the leftmost significant digit if S appears before all digit symbols.
Mindicates 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.
Kspecifies 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.
Format Elements:

L

M

N

O

P

Q

R

S

T

U

V

W

X

Y


Eloquence Language Manual - 19 DEC 2002