Idunnowhattopick
Technical User
Help,
I am writing a small interface to a automation controller, it accepts http requests. Using the Indy IDHTTP client I am able to get the following response:-
<html>
<head><title>Servlet Example</title></head>
<body><pre>
swid=/Test/XBee/RF01
prop=AO01
type=integer
value=78
</pre></body></html>
What I am interested in is the 'value=78' - can anyone tell me how to extract the number out of this string? The format of the answer is always the same only the value changes.
Thanks,
Craig A
I am writing a small interface to a automation controller, it accepts http requests. Using the Indy IDHTTP client I am able to get the following response:-
<html>
<head><title>Servlet Example</title></head>
<body><pre>
swid=/Test/XBee/RF01
prop=AO01
type=integer
value=78
</pre></body></html>
What I am interested in is the 'value=78' - can anyone tell me how to extract the number out of this string? The format of the answer is always the same only the value changes.
Thanks,
Craig A