For Each Item in Upload.Form
If Item.name = "xxxx" Then
if xxxxs = "" then
xxxxs = Item.Value & ","
else
xxxxs = xxxxs & Item.Value & ","
end if
End If
Next
PDA, Web, Desktop, GIS, Field Mapping, KML, UTM, Education, Cartoon
For Each Item in Upload.Form
If Item.name = "xxxx" Then
if xxxxs = "" then
xxxxs = Item.Value & ","
else
xxxxs = xxxxs & Item.Value & ","
end if
End If
Next