When arraySubParms(astr) receives a string, it immediately finds the string’s length and uses that value to chop off the first character, which is the question mark (?), that starts the location.search string.
It then begins a loop that cycles through every character in the string with the statement ccstr = astr.substring
Leave a Reply
You must be logged in to post a comment.