FupsAdadanida
New Member
How do I test in ASP if there is next element in a list?I'm trying to do something like this:\[code\]a=Split("foo, boo, luu, bar", ",")for each x in a response.write("'" & x & "'") if a.HasNext then response.write(",") end ifnext\[/code\]How does it works?Thank you!