When you have a multi-select control, your request variable for the control will be comma delimited. An easy way to retrieve each option value is to use the VBScript Split function. Split basically accepts a string and a delimiter. You can also pass it a count value to tell it how many strings to split, as well as the compare type if, for example, you want the delimiter to be case sensitive. An array is returned by the split function, and we can use the handy Lbound and Ubound functions to write a loop. This way, the array can be arbitrarily large or small. This technique also works if you have a check box group or a large text field of, let
Charlie has over a decade of experience in website administration and technology management. As the site admin, he oversees all technical aspects of running a high-traffic online platform, ensuring optimal performance, security, and user experience.























