Download and install the demo version. I can not run:
cResponse: = LoadFromURL (cURL)
Can somebody help get the text in Alaska from the site at the address specified in the program?
xb2net
- Eugene Lutsenko
- Posts: 1649
- Joined: Sat Feb 04, 2012 2:23 am
- Location: Russia, Southern federal district, city of Krasnodar
- Contact:
Re: xb2net
You need to use the xbHttpClient class to get a response.cResponse: = LoadFromURL (cURL)
Can somebody help get the text in Alaska from the site at the address specified in the program?
There are samples with Xb2.Net on how to do this.
The eXpress train is coming - and it has more cars.
- Eugene Lutsenko
- Posts: 1649
- Joined: Sat Feb 04, 2012 2:23 am
- Location: Russia, Southern federal district, city of Krasnodar
- Contact:
Re: xb2net
Thank you! Found everything turned.
I came to the conclusion that for my purposes it is more convenient to print information directly from the site in pdf, for example, and then it has to analyze, not to analyze the implementation of the very site in html. Something like this is discussed in the topic: http://bb.donnay-software.com/donnay/vi ... f=2&t=1278
1. In this regard, a growing interest in tools to work with the Internet, which are in Express++.
2. There is also the need for transformation captions, which is in the pdf-file to the value of a string variable or an array of words, such as.
Where you can read about?
It would be nice if there was a function
cResponse: = DС_LoadFromURL (cURL)
that returns a value to a variable (or better values of elements in the array), the words from the site cURL.
In this regard, if we have a hope to see the source code of a function?
I came to the conclusion that for my purposes it is more convenient to print information directly from the site in pdf, for example, and then it has to analyze, not to analyze the implementation of the very site in html. Something like this is discussed in the topic: http://bb.donnay-software.com/donnay/vi ... f=2&t=1278
1. In this regard, a growing interest in tools to work with the Internet, which are in Express++.
2. There is also the need for transformation captions, which is in the pdf-file to the value of a string variable or an array of words, such as.
Where you can read about?
It would be nice if there was a function
cResponse: = DС_LoadFromURL (cURL)
that returns a value to a variable (or better values of elements in the array), the words from the site cURL.
In this regard, if we have a hope to see the source code of a function?