ThomasAnderson
10-29-2008, 01:07 PM
Hello again
I'm having a problem with a code and I don't know what's wrong with it
run = Input.GetText("Input1");
if run == ""; then
Dialog.Message("Error", "Please enter a IP or a website address", MB_OK, MB_ICONSTOP, MB_DEFBUTTON1);
else
File.Run("ping "..run.." -t", "", "", SW_SHOWNORMAL, true);
end
If someone can fix it I will appriciate :)
Thank you in advance
I'm having a problem with a code and I don't know what's wrong with it
run = Input.GetText("Input1");
if run == ""; then
Dialog.Message("Error", "Please enter a IP or a website address", MB_OK, MB_ICONSTOP, MB_DEFBUTTON1);
else
File.Run("ping "..run.." -t", "", "", SW_SHOWNORMAL, true);
end
If someone can fix it I will appriciate :)
Thank you in advance