The only thing i can think of is using of Response object.
If you just invoke the ASP classic page using httpRequest/Response methods you can get the writen values as plain text or xml.
But in that case your VBScript code should write the value(s) down to the page. e.g.
' Just a rough example
Function getDate(id)
Response.Write("some value/thing/whatever")
End Function
When you ask a question, remember to click "Mark As Answer" when you get a reply which answers your question.
My Site:
ASP.NET Source CodeMy Blog:
My New VB.NET Blog