I'm not an experienced programmer/scripter, so I was able to piece this together, but there must be some cleaner way to do this with an automatic counter of some sort:var vIndex = ["1", "2", "3", "4", "5", "6", "7", "8", "9",]var i = this.parent.index;this.rawValue = vIndex[i];