i try to use downloadstring to get the data online and split the data into string array, but it show ERROR
Value of type 'String' cannot be converted to '1-dimensional array of String'. Below are my code:
Code:Dim client As New Net.WebClient Dim strArray As String() = client.DownloadString(("http://n2ntbfd01.itradecimb.com/rtQuote.dll?GetStockGeneral&Key=0001")) '.Split("|", 20)




Reply With Quote