Jump to content

Recommended Posts

Posted (edited)

i need help with this:

_______code__________________

func pingx()

GUISetState ()

GUICtrlSetData ($sd, $s)

$s="Wait pls."

GUICtrlSetData ($sd, $s)

$s=ping($sv,250)

if not $s then

$s="Request timed out."

else

$s=$s &" ms answer"

endif

GUICtrlSetData ($sd, $s)

endfunc

_______code__________________

$sv is a site i want to verify, but i have internet conn. over proxy.

Edited by sipher69
AutoIt if more than a hobby. Is a way of life!http://www.autoitscript.com/forum/index.php?showtopic=26002 -my first projecthttp://www.autoitscript.com/forum/index.php?showtopic=26103 -my second project
  • Moderators
Posted

You posted request for support in the scripts and scraps forum...

Common sense plays a role in the basics of understanding AutoIt... If you're lacking in that, do us all a favor, and step away from the computer.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...