Jump to content

time/date into notepad


Scripty
 Share

Recommended Posts

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

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?"

Link to comment
Share on other sites

sorry :/ will do from now on

I 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!

Link to comment
Share on other sites

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
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...