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.