CURRIND |
currind determines the key number used during the last access to a table.
Shortint [G:abv]currind
# But what was the last key of access to the INXS table?File INXS [XX]
Read [XX]CLE(2) >= 1, date$# ...
# Further in the processIf [G:XX]currind > 0
Infbox [G:XX]keyname( [G:XX]currind - 1 ) :# Display the name
Endif
currind is an Adonix system variable of the [G] class associated with a table declared by the File command. It contains the key number used during the last access to an indexed sequential file, i.e., its row in the list of the declared keys - either in an Order By clause or in parameter definitions.
No associated error
CURRLEN - KEYLEN - KEYNAME - NBZON - NBIND - FILE - ORDER
|
|