The drop down list LIST includes 3 items, say, A, B, C.I wish to change them into a, b, c.this.resolveNode("LIST").rawValue only returns the default value of the drop down list.but how can i identify these items and change their text seperately?Also I'm trying to manipulate the contents of these ite...