AutoHotkey Homepage AutoHotkey Community
Let's help each other out
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

FormatTime (hotstring) question

 
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Ask for Help
View previous topic :: View next topic  
Author Message
Gakusei



Joined: 09 Jan 2008
Posts: 15

PostPosted: Thu Jan 24, 2008 1:44 pm    Post subject: FormatTime (hotstring) question Reply with quote

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
View user's profile Send private message
Guest






PostPosted: Thu Jan 24, 2008 1:55 pm    Post subject: Reply with quote

Code:
::dtm::
   FormatTime, CurrentDateTime,, M/d/yyyy h:mm:ss
   SendInput %CurrentDateTeime% ;CurrentDateTeime??????????????
Return

Laughing Laughing
Back to top
Gakusei



Joined: 09 Jan 2008
Posts: 15

PostPosted: Thu Jan 24, 2008 1:59 pm    Post subject: Reply with quote

Exclamation Exclamation Exclamation Exclamation Exclamation Exclamation How embarrassing!!!!!!! Embarassed Thanks, Guest
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Ask for Help All times are GMT
Page 1 of 1

 
Jump to:  
You can post new topics in this forum
You can reply to topics in this forum


Powered by phpBB © 2001, 2005 phpBB Group