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("http://www.yahoo.com", data)...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.