Hey everyone, need your help on this. Look @ code below.
For Each strName In Request.QueryString
Response.Write strName & " - " & Request.QueryString(strName)
Response.Write "<BR>"
Next
TransEmpid - 00480, 00480, 00480, 00480, 00480
TranMod - Personal, Personal, Personal, Personal, Personal
TransFld - hrnation, hrmarstat, ipfirst, hremgrel, hremgcon
TransId - 6, 5, 4, 3, 2
I now want to loop through the data and get the information for the first set (before the commas) and the sets following. Anyone have any code to help me.
Delton.
deltonphillips@hotmail.com
For Each strName In Request.QueryString
Response.Write strName & " - " & Request.QueryString(strName)
Response.Write "<BR>"
Next
TransEmpid - 00480, 00480, 00480, 00480, 00480
TranMod - Personal, Personal, Personal, Personal, Personal
TransFld - hrnation, hrmarstat, ipfirst, hremgrel, hremgcon
TransId - 6, 5, 4, 3, 2
I now want to loop through the data and get the information for the first set (before the commas) and the sets following. Anyone have any code to help me.
Delton.
deltonphillips@hotmail.com