| View previous topic :: View next topic |
| Author |
Message |
Gakusei
Joined: 09 Jan 2008 Posts: 15
|
Posted: Thu Jan 24, 2008 1:44 pm Post subject: FormatTime (hotstring) question |
|
|
Can anyone tell me why my hotstring dtm isn't working? I know it formats the time correctly because I inserted a msgbox to see what value it returned and I think my hotstring is written correctly bbecause the other two work.
| Code: | ::dtm::
FormatTime, CurrentDateTime,, M/d/yyyy h:mm:ss
SendInput %CurrentDateTeime%
Return
::mn::
SendInput My name
Return
::dt::
FormatTime, CurrentDateTime,, M/d/yyyy
SendInput %CurrentDateTime%
return |
|
|
| Back to top |
|
 |
Guest
|
Posted: Thu Jan 24, 2008 1:55 pm Post subject: |
|
|
| Code: | ::dtm::
FormatTime, CurrentDateTime,, M/d/yyyy h:mm:ss
SendInput %CurrentDateTeime% ;CurrentDateTeime??????????????
Return |
 |
|
| Back to top |
|
 |
Gakusei
Joined: 09 Jan 2008 Posts: 15
|
Posted: Thu Jan 24, 2008 1:59 pm Post subject: |
|
|
How embarrassing!!!!!!! Thanks, Guest |
|
| Back to top |
|
 |
|