Hi everyone, I have created two arrays. The first contains german words and the second contains the corresponding english field name of the character sheet. I'm trying to get the position of the german word to call the same position in the second array to get the fieldname. e.g. SKILLSG SKILLSE Akrobatik acrobatics Auftreten perform Beruf profession If I choose "Beruf" at SKILLSG then I need to get a 2 to use for retrieving "profession" out of SKILLSE. I have tried --~|getindex;SKILLSG;[&Fertigkeit] But it doesn't worked. I have read the WIKI-page over and over again, but my english is way to casual to get it right. My someone can help me out. Thanks in advance