B HP Eloquence Syntax
CURSOR item list ([X position][,Y position]) Set cursor position Display Enhancements IV field length Set inverse video BL field length Blinking characters UL field length Underline field HB field length Set half bright display RE field length Reset PL number of lines Protect lines Protect Display Lines PALL Protect entire display buffer UPL number of lines Unprotect lines UPALL Unprotect entire display buffer IF field length Specify input field Input/Output Field OF field length Specify output field RIF field length Reset input field ROF field length Reset output field
IMAGE image format string 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 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 be only 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.