Hi all
I split a string on the basis of newline initially and then on the basis of space but while using for each loop for the values after splitting on the basis of space and storing them in an array and then trying to extract value from that array there is error “index out of bound”. How to resolve this issue