I can use a split, to get the values broken up.
However, since we are dealing with 2 different values coming in, I cannot use the split and it duplicates everything.
<%a = split(LabelID,"/")b = split(LName,"/")for each x in afor each y in b'response.Write (x & "<br />")%><a href="?Type=Label&LabelID=<%=x%>" title="<%=y%>"><%=y%></a><%nextnext%>