Lets says...
I have a word document on my webserver. How can I open the word document (using ASP ), read/stream the contents to an array or something... and then close the document just as if it was a text file.

I've looked around the net and I've found several references to creating a word file, opening word and opening word document in browser window, but not reading the contents.

Hope someone can help