Use array if indexing data if you prefer hash table style. Alternatively use dictionary object if you just want storing keyword/name and it's definition/description. Calling string from dictionary is pretty straightforward, you call the "key" name and you get the value it's defined. While array use number to get value based on index position. So yes you can change any text (or variable value) referring to certain word or description.