here is an example of the text line

208.202.148.38, -, 9/3/00, 22:12:28, TNT01, MY_WEB, 10.20.10.137, 0, 230, 604, 404, 2, GET, /robots.txt, -,

I am creating one file from a handfull of other files that contain similar lines as that above. Once I create the new file I need to sort by the 4th column (time stamp). I did this really easy with awk and sort on my solaris box, but would like to do it with vb since it will be running on an NT machine.

Thanks again
Kelly