Hi some one could help me
hi have this code
Application.Minimize();
ligacaoweb = HTTP.TestConnection("http://www.beprofit.pt", 20, 80, nil, nil);
teste1 = Dialog.Message("", "Voltar ao Mega Pacote de Jogos.", MB_OK, MB_ICONINFORMATION, MB_DEFBUTTON1);
Dialog.Message("Resultado:", teste1);
Dialog.Message("Resultado:", ligacaoweb);
x1 = ligacaoweb
Dialog.Message("Resultado:", x1);
hi need to receive a true or false result from the string ligacaoweb
thanks

