DADiSP Worksheet Functions > Function Categories > Cursor Functions > CURNMOVE
Moves the cursor position by a specified number of points from the current cursor location.
CURNMOVE(win, delta, item, cursor)
win |
- |
Optional. Window reference. Defaults to the current Window. |
delta |
- |
An integer. The number of columns to move the cursor. |
item |
- |
Optional. A positive integer. The index to the item in the Window. Defaults to 1. |
cursor |
- |
Optional. A positive integer. The index to a column cursor in the item. Defaults to 1. |
If the sum of delta and the cursor location is less than one, then the cursor will be set to one. If the sum of delta and cursor location is greater than the number of points in the item, then the cursor will be set to the number of points in the item.