How to find index of and element (a String) in an IntDict()

edited May 2018 in How To...

Hi

I have an IntDict from a CSV file, for example:

The item key are string ("hello", "world"...)

Is there a function to recall the index of the word in the dict? for example:

String stringToCheck = "world"; print(dictLookup(stringToCheck)); //prints "1"

Answers

Sign In or Register to comment.