Im trying to make a server application and having a browser access it and send data back to it. But that aint the problem. Im trying to use an Array to gather the get information and deal with it in a for loop. Iv never done this and am trying my best at it and not gettin far with this. Is there a way to fix/get around/another way to do this?
This seems to cause an error
Run-time Error '13'
Type Mismatch
VB Code:
wsWWW.GetData sData, vbString wsArray = Split(sData, vbCrLf)
Thanks in advance, Phreak Nation




Reply With Quote