DADiSP Worksheet Functions > Function Categories > Cursor Functions > COLNMOVE
Moves the column cursor position by a specified number of columns from the current cursor location.
COLNMOVE(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 is less than one, then the cursor will be set to one. If the sum of delta and cursor is greater than the number of columns in the item, then the cursor will be set to the number of columns in the item.