As Adam said there are many ways to skin a cat, how would I do it:
dim address,result
address = "
[email protected]"
result = left(address,(InStr(address, "@")-1))
response.write result
I have made the assumption you know how the place this code in a loop.
Wind is your friend
Matt