I guys...
I'm starting a web project, and need to split the resulting string from the response string...
My problem is that my split string is very specific, so it should return an arry of only 2 sub-strings...
Code:
Response.Value=Request.GetResponse
Source=Response.GetString
z = Chr(34)
SS = "type=" & z & "hidden" & z & " name=" & z & "login" & z & " value=" & z
a()= StrSplit(Source,SS)
Instead, the split is being threted as blank (guessing), thus resulting in over 2000 sub-strings...
WHY???
__________________
Paulo Gomes - Porto, Portugal - Living/Working in France
Mobile Device: Samsung Galaxy S, Android 2.3.4 CUstom ROM
Laptop: Toshiba NB100-130 (running on Win7Ultimate)

My Posts helped you? Consider Buying me a Porto Glass!