Equinox Online Help - Language Reference - A to Z

Home

CurrentIndex

Applies to
SyntaxCurrentIndex
Action[Function] Returns the current index.
ScopeUsable anywhere
Notes

This function returns the current index's identifier. This identifier is an internal Equinox value and is unique.

CategoryIndexes
See Also BlankIndex, CopyIndex, CurrentIndex, GroupSetIndex, IndexFromName, IndexLastUsed, IsDuplicate, KeyValues, MakeKey, MarkIndex, ModifyIndex, NameFromIndex, SetExecuteIndex, SetIndex, UnmarkIndex, UpdateIndex
Example

The following example allows the operator to choose an index, if one is not already selected.

if CurrentIndex = NoIndex then
ChooseIndex
end if