i would like this to loop forever,im new at this just simply dont get many options of looping,ty.
if $acccnt>=$acctot Then
$Trip=False
$sttime=False
$acccnt=0
EndIf
Exit
func pause()
msgbox(0,"","PAUSED")
EndFunc
func stop()
fileclose($file)
Exit
EndFunc
if $acccnt>=$acctot Then
$Trip=False
$sttime=False
$acccnt=0
EndIf
Exit
func pause()
msgbox(0,"","PAUSED")
EndFunc
func stop()
fileclose($file)
Exit
EndFunc