Update a label According to the value read from array

I have an array containing String value1,int labelNo and String value2.These all are in a array.I need to read these values from array according to the label no i need to update my label with String value2.How can i do this.
[238 byte] By [jolaa] at [2007-10-3 4:34:16]
# 1
Your question makes no sense to me.> I have an array containing String value1,int labelNo and String value2.You can't have and array containing a String an in and a String. Array contain data of the same type.
camickra at 2007-7-14 22:37:54 > top of Java-index,Desktop,Core GUI APIs...