I have a vbscript that runs a soap request and gets a
httpxml.responcetext
response. when i dump it in a varable and print it, i get the response string just fine, when i try to
mid() or left()
it, it starts messing with an xml envalope the response is sitting in. whats the solution.