EscapeTheFate Posted November 19, 2007 Posted November 19, 2007 Okay I'm trying to write a func If not StringInStr($Clip, "done") for1 min then nextfunc() i dunno what code to use 'for 1min'
goldenix Posted November 19, 2007 Posted November 19, 2007 Okay I'm trying to write a func If not StringInStr($Clip, "done") for1 min then nextfunc() i dunno what code to use 'for 1min' Provide more/code/info what exactly you want to do? My Projects:[list][*]Guide - ytube step by step tut for reading memory with autoitscript + samples[*]WinHide - tool to show hide windows, Skinned With GDI+[*]Virtualdub batch job list maker - Batch Process all files with same settings[*]Exp calc - Exp calculator for online games[*]Automated Microsoft SQL Server 2000 installer[*]Image sorter helper for IrfanView - 1 click opens img & move ur mouse to close opened img[/list]
EscapeTheFate Posted November 19, 2007 Author Posted November 19, 2007 well basically if that doesnt appear for 1 full min then nextfunc()
goldenix Posted November 19, 2007 Posted November 19, 2007 well basically if that doesnt appear for 1 full min then nextfunc()Something like this maybe? $Get_second_value = @sec $added_seconds = $Get_second_value + 60 While 1 ;If something happened do something If @sec = $added_seconds Then ExitLoop ; if nothing happened & 1 minute passed exitloop WEnd nextfunc() My Projects:[list][*]Guide - ytube step by step tut for reading memory with autoitscript + samples[*]WinHide - tool to show hide windows, Skinned With GDI+[*]Virtualdub batch job list maker - Batch Process all files with same settings[*]Exp calc - Exp calculator for online games[*]Automated Microsoft SQL Server 2000 installer[*]Image sorter helper for IrfanView - 1 click opens img & move ur mouse to close opened img[/list]
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now