In program-1 I have a collection of checkboxes defining colors of lights (named "lights"
as a part of a form being posted for use by program-2. When I access the value(s) of lights in program-2 it shows it as one long string (ex. yellow, red, orange). I used the split function to break this into three distinct colors which works just fine most of the time BUT. My problem is that some of the colors have a comma in their name. Is there a way to tell the form (?) to separate the colors with a different separator (maybe a percent sign)? Or is their some other way to access this list of values for a checkbox group?