tags:

views:

9

answers:

1

EDIT* hi guys , lets say i have an array with 5 Strings = "1","2","3","4","5". Im also doing parsing of xml. So how do i check whether a parse xml value is the same value of either one of the objects IN the array?

A: 

solved * i put them in a for loop to, looping through each array.value and making a root (if else) that checks whether the value in the array is equal to the parsed xml value

Kenneth