Add a UDF which requests a http address and returns the text returned by that website
e.g.:
string = HTTPRequest('http://www.host.com/dummy.pl? param=1');
one string in, one string out
Regards
Michael Olschimke olschimke at gmx dot net
Log in to post a comment.