eakinpeter
Programmer
Hi all
I have 2 strings string1 and string2 which are both comma delimted. What I wasnt to do is tokenize xsl helper on both strings and then cycle round them.
i.e. I want to do something with the 1st value in both lists then the 2nd value in both lists and so on.
ultimately I want something like a foreach but have access to the current index value in both lists
How can i do this?
Thanks
Peter
I have 2 strings string1 and string2 which are both comma delimted. What I wasnt to do is tokenize xsl helper on both strings and then cycle round them.
i.e. I want to do something with the 1st value in both lists then the 2nd value in both lists and so on.
ultimately I want something like a foreach but have access to the current index value in both lists
How can i do this?
Thanks
Peter