Library /sys$common/syshlp/tpuhelp.hlb CURRENT_ROW *Conan The Librarian (sorry for the slow response - running on an old VAX) |
CURRENT_ROW Returns an integer that is the screen line on which the cursor is located. This does not reflect any movement of the current position that has occurred within a procedure in which CURRENT_ROW is used unless the built-in UPDATE (window) precedes it. Syntax integer := CURRENT_ROW Example my_cur_row := CURRENT_ROW; Stores in the variable MY_CUR_ROW the integer for the current row. Related topics CURRENT_COLUMN CURRENT_LINE CURRENT_OFFSET UPDATE
|