Equinox Online Help - Language Reference - A to Z
CurrentIndex |
|
|---|---|
| Applies to | ![]() |
| Syntax | CurrentIndex |
| Action | [Function] Returns the current index. |
| Scope | Usable anywhere |
| Notes | This function returns the current index's identifier. This identifier is an internal Equinox value and is unique. |
| Category | Indexes |
| 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 thenChooseIndexend if |
