1 Unanswered Topic

Remove Filter
Member Avatar for
Member Avatar for kaden712

Hi Please can some one help me urgently with this I have the following code <% Dim productColors, myString, myArray myString = (prodRS.Fields.Item("prodColor").Value) myArray = Split(myString,",") Dim counter for counter = 0 to UBound(myArray) productColors = (myArray(counter)) Next %> Which works as intended in splitting the string What I now …

0
76

The End.