I am sharing my data with "//" as I pass it to my web service. My web service breaks the data into an array as follows:
myArray = al(i).ToString.Split("//")
Everything works fine, however, if I pass a few such data: 100/100, then this will also be shared. Is there any way to make sure that only "//" gets split?
webdad3
source share