put "whatever" into tMyArray["elementName"] put "a number" into tMyArray[26] put keys(tMyArray) repeat for each line l in keys(tMyArray) do something with tMyArray[l]