[Solved] String to arrays
“needs to be divided into multiple array after 5 comma seperated values” You seem to be saying that the result should be one array with five values in it and then a second array with the next five values in it, etc. If so, you can do the following: var list = “<%=ab%>”; list = … Read more