Differences
This shows you the differences between two versions of the page.
|
reference:lp0305 [2009/08/19 18:21] don |
reference:lp0305 [2010/01/31 14:46] (current) don |
||
|---|---|---|---|
| Line 50: | Line 50: | ||
| === Function: === | === Function: === | ||
| At is an instream process that moves the console cursor to the specified row and column in the console area. | At is an instream process that moves the console cursor to the specified row and column in the console area. | ||
| + | |||
| === Syntax: === | === Syntax: === | ||
| - | AT(row, column) | + | AT([row,] column) |
| === Example: === | === Example: === | ||
| put at(10,1) "text" | put at(10,1) "text" | ||
| + | put at(10) "text" | ||
| ===== FX ===== | ===== FX ===== | ||