I am trying to get this script working in QAP, but have not had any luck. Anyone help me with formatting? It simply puts in current time, date and a little text.
:*ro:ttic:: ; This hotstring replaces "tdt" with the current date and time via the commands below.
FormatTime, CurrentDateTime,, M/d/yyyy h:mm tt ; It will look like 9/1/2005 3:53 PM
SendInput %CurrentDateTime%, RLT - Invoiced and tagged unpaid. Invoice at end of note.
return
Thanks in advaince!
Rick