| cs | Index Level | date |
| Syntax | .cursor {column}{,row} |
| Category | Output Processor |
| Type | Command |
| Description |
outputs the text on the column and row specified.
If "column" or "row" is not specified with subsequent ".cursor" commands, the last specified value is used. OP does not take into account any line or column position changes made by the ".cursor" command. This may affect line wrapping and end of page processing. |
| Options | |
| See Also | OP commands Output Processor |
| Example |
.cursor 30,15
This line prints at column 30 and row 15. |
| Warnings | |
| Compatibility | D3 7.0 AP |
| cs | Index Level | date |