Difference between revisions of "@"
From Recital Documentation Wiki
Yvonnemilne (Talk | contribs) |
Barrymavin (Talk | contribs) (→Products) |
||
(4 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
==Purpose== | ==Purpose== | ||
Position the cursor on the screen and clear to the end of the line | Position the cursor on the screen and clear to the end of the line | ||
Line 30: | Line 23: | ||
==Products== | ==Products== | ||
− | Recital | + | Recital Server, Recital |
[[Category:Documentation]] | [[Category:Documentation]] | ||
[[Category:Commands]] | [[Category:Commands]] | ||
+ | [[Category:Screen Forms]] | ||
+ | [[Category:Screen Forms Commands]] | ||
+ | [[Category:UI Commands]] |
Latest revision as of 10:55, 30 November 2009
Purpose
Position the cursor on the screen and clear to the end of the line
Syntax
@<expN1>,<expN2>
See Also
@...BOX, @...CLEAR, @...FILL, @...GET, @...MENU, @...PROMPT, @...SAY, @...SCROLL, @...TO, CREATE REPORT, COL(), PCOL(), PROW(), ROW(), SET ALTERNATE, SET DEVICE, SET PRINT, SET PRINTER, TREPORT
Description
The @ command is used to position the cursor at the specified row, <expN1> and column, <expN2> on the screen, and then clear to the end of the row. Rows on the screen are addressable from 0 to the height of the screen display, and columns are addressable from 0 to 79. If SET DEVICE TO PRINT has been issued, any range is addressable and the print head of the printer is positioned at the row, column specified.
Example
@0,0 @i+1,j
Products
Recital Server, Recital