I get the following input from a http post , I would like to know how i can parse the following input .so that i can loop over each individual value and perform operations.
Name value
sList
sList[0]= abc
sList[1]= wmabca
sList[2]= wmabcb
sList[3]= wmabcc
Any help would be apperciated.