Okay I have looked on this site and here ---->http://msdn2.microsoft.com/en-us/library/ms174335.aspx
(I made sure I looked befor I posted and I went to search found nothing about fourms and if there is one I deeply app.)
Okay here is what I am tring to do. I want to macro in the current time into a fourm box (Just a timestamp, not a ongoing clock).
MouseMove>310,1009
Wait>.25
LClick...............................opens window
MouseMove>43,532
Wait>1.00
LClick...............................make sure window is active
Press End..........................make sure I am at the bottom of page
MouseMove>632,209
Wait>1.00
LClick................................puts curser in fourm box
Wait>1.00
Send> ..............................this is where I want to to put the time
Wait>1.00
MouseMove>615,350
Wait>1.00
LClick..................................submit's it
It might be here
Moderators: Dorian (MJT support), JRL
- Marcus Tettmar
- Site Admin
- Posts: 7395
- Joined: Thu Sep 19, 2002 3:00 pm
- Location: Dorset, UK
- Contact:
Let's say you want the time in HH:MM:SS format:
Hour>hh
Min>mm
Sec>ss
Let>OutTime=%hh%:%mm%:%ss%
Send>OutTime
Hour>hh
Min>mm
Sec>ss
Let>OutTime=%hh%:%mm%:%ss%
Send>OutTime
Marcus Tettmar
http://mjtnet.com/blog/ | http://twitter.com/marcustettmar
Did you know we are now offering affordable monthly subscriptions for Macro Scheduler Standard?
http://mjtnet.com/blog/ | http://twitter.com/marcustettmar
Did you know we are now offering affordable monthly subscriptions for Macro Scheduler Standard?