Hi, Im trying to make a search with AMS to collect the results.
Im using the funcion HTTP.Submit, and the values must be stored in a TABLE (not into a string).
I don't know what is the method or the syntax that I must use to set a variable as a value on the table.
My variable is keyWORDS:
if I use myvalues = {q=keyWORDS}; I haven't got any result.
if I use myvalues = {q="keyWORDS"}; It search "keyWORDS"
keyWORDS = Input.GetText("Input1");
myvalues = {q=keyWORDS};
sResult = HTTP.Submit("http://www.searchengine.com/search.php", myvalues, SUBMITWEB_GET, 20, 80, nil, nil);
If somebody knows a solution please tell me![]()

Reply With Quote
