please help me,
my script not working, i want gui run like local real time
#NoTrayIcon
#include <INet.au3>
#include <String.au3>
#include <array.au3>
Local $Refresh = 0 ; Set refresh OFF
Local $Timer = TimerInit()
Local $RefreshEvery = 1 ; seconds
;Global $nCheck
Global $link = BinaryToString (InetRead ("http://test.no-ip.info/time.asp"))
Global $timeserver = _StringBetween($link, 'id="timeserver">' , '&l
I have this in my scripts box
#include <Date.au3>
#NoTrayIcon
;Variables
Dim $NTP_Server[4] = ['time.nist.gov','pool.ntp.org','ntp.amnic.net','ntp.stairweb.de'], $NTP_IP[4], $NTPIP[4]
;main program
$NTP_IP = call('check_internet_connectivity')
If $NTP_IP[0] <> '' Then
$adata = call('NTP_Connect', $NTP_Server[0])
ElseIf $NTP_IP[1] <> '' Then
$adata = call('NTP_Connect', $NTP_Server[1])
ElseIf $NTP_IP[2] <