Please enable JavaScript to view this site.

Returns the key value of the dictionary row with the specified index. See also Iterate through a dictionary.

 

string DictKeyByIndex(string dictionaryName; int index)

 

dictionaryName

The name of the dictionary.

index

The index of the row whose key should be returned.

Example

City[DictKeyByIndex("City"; ActiveLoopIndex()); City.Latitude]

Returns the value in the "Latitude" column for the row with the index returned from the ActiveLoopIndex() method.

  

Keyboard Navigation

F7 for caret browsing
Hold ALT and press letter

This Info: ALT+q
Page Header: ALT+h
Topic Header: ALT+t
Topic Body: ALT+b
Contents: ALT+c
Search: ALT+s
Exit Menu/Up: ESC