Difference between revisions of "@"

From Recital Documentation Wiki
Jump to: navigation, search
(Products)
Line 23: Line 23:
  
 
==Products==
 
==Products==
Recital Database Server, Recital Mirage Server, Recital Terminal Developer
+
Recital Server, Recital  
 
[[Category:Documentation]]
 
[[Category:Documentation]]
 
[[Category:Commands]]
 
[[Category:Commands]]
 
[[Category:Screen Forms]]
 
[[Category:Screen Forms]]
 
[[Category:Screen Forms Commands]]
 
[[Category:Screen Forms Commands]]

Revision as of 13:49, 10 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