Scripty Posted October 26, 2012 Share Posted October 26, 2012 You can count with += Using TimerInit() and TimerDiff() may help you more. or you could check the actual time with @Hour, @Min, @Sec Func test () you got me thinkin that time/date maybe was more important so can i do this? func test () while 1 ControlSend("[CLASS:Notepad]", "", "Edit1", "the time/date is" & $timedate" & @CRLF) sleep(100) WEnd endfunc Link to comment Share on other sites More sharing options...
FireFox Posted October 26, 2012 Share Posted October 26, 2012 What? Link to comment Share on other sites More sharing options...
Moderators JLogan3o13 Posted October 26, 2012 Moderators Share Posted October 26, 2012 Hi, Scripty. Have you tried it? What was the result? "Profanity is the last vestige of the feeble mind. For the man who cannot express himself forcibly through intellect must do so through shock and awe" - Spencer W. Kimball How to get your question answered on this forum! Link to comment Share on other sites More sharing options...
Andreik Posted October 26, 2012 Share Posted October 26, 2012 Maybe is enough to send to notepad edit control just F5. By pressing this key the time and date will be insert in control. Scripty 1 When the words fail... music speaks. Link to comment Share on other sites More sharing options...
Scripty Posted October 26, 2012 Author Share Posted October 26, 2012 Maybe is enough to send to notepad edit control just F5. By pressing this key the time and date will be insert in control.im your biggest fan dident know that Link to comment Share on other sites More sharing options...
caleb41610 Posted October 26, 2012 Share Posted October 26, 2012 Func test () you got me thinkin that time/date maybe was more important so can i do this? func test () while 1 ControlSend("[CLASS:Notepad]", "", "Edit1", "the time/date is" & $timedate" & @CRLF) sleep(100) WEnd endfunc Both of your topics could have been answered by yourself. Try it yourself! We would rather hear: "I tried doing this but it didn't work. Can someone show me where my errors are?" Scripty 1 Multi-Connection TCP Server Link to comment Share on other sites More sharing options...
Scripty Posted October 26, 2012 Author Share Posted October 26, 2012 Both of your topics could have been answered by yourself. Try it yourself!We would rather hear: "I tried doing this but it didn't work. Can someone show me where my errors are?"sorry :/ will do from now on Link to comment Share on other sites More sharing options...
caleb41610 Posted October 26, 2012 Share Posted October 26, 2012 sorry :/ will do from now onI hope I didn't come off as mean. But trying it, more often than not, leads to an answer.Also if you flat out state your goal, generally people will provide you with a pretty thorough answer for how to achieve it, or let you know where to start looking.The help on this forum is amazing! Just have to give things a shot first or you may start getting annoyed responses from some people.Good luck! somdcomputerguy 1 Multi-Connection TCP Server Link to comment Share on other sites More sharing options...
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