I'm new to PB and my requirement is to get data from a URL. I'm using the following code. Could someone help me why isn't that working. (PB 8)
Inet iinet_base
iinet_base = CREATE Inet
InternetResult data
data = CREATE InternetResult
integer k
k = iinet_base.GetURL(" data)
MessageBox("result",string(data))
Is this the correct way to get Internet data? Any examples as how we can get the data from URL would be helpful.
Thanks
Inet iinet_base
iinet_base = CREATE Inet
InternetResult data
data = CREATE InternetResult
integer k
k = iinet_base.GetURL(" data)
MessageBox("result",string(data))
Is this the correct way to get Internet data? Any examples as how we can get the data from URL would be helpful.
Thanks