DADiSP Worksheet Functions > Function Categories > Cursor Functions > COLNPUT

 

COLNPUT

Purpose:

Resets the column cursor position.

Syntax:

COLNPUT(win, index, item, cursor)

win

-

Optional. Window reference. Defaults to the current Window.

index

-

An integer. The number of the column in the item.

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.

Remarks:

If the index is less than one, then the cursor will be set to one. If the index is greater than the number of columns in the item, then the cursor will be set to the number of columns in the item.

See Also:

COLNMOVE

COLPOS

CURMOVE

CURNMOVE

CURNPUT

CURPOS

CURPUT

CURSORON