I need to create a dynamic array from a variable that will be passed in via request.form("variable"
. This variable can contain multiple values divided by a ";". In this array, I need to split the variables using the "split" function and the compare what the variables data is to some static text. The variable data can be "test", "production", "fail", "pass".
I then need a loop to look at the data in the array and compare using an if statement. I will never know how many variables are passed.
Any help is much appreciated.
I then need a loop to look at the data in the array and compare using an if statement. I will never know how many variables are passed.
Any help is much appreciated.