Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Make Autotext timestamp better?
#4
I understand what your desire is but it wont work when there is text before the autotext trigger. That's why i showed you the alternatives 
Your best bet is to used this [32]ts01
then you type whatever then spacebar then ts01 and choose option 1.


Autotext Autotext
Trigger $t     Help - how to add the trigger to the macro
Code:
Copy      Help
b/i/c
[32]ts01 :sub.MainTS ;;timestamp output removes space and ts01
ts02 :sub.BasicTs ;; add code to #sub BasicTs below
ts01 :sub.MainTS ;;timestamp output only works with ts01 as text

#sub MainTS
DateTime t.FromComputerTime
str sf=t.ToStrFormat("{yyMMdd}{HHmm}")
paste+ sf

#sub BasicTs
;add code here ts02


Messages In This Thread
Make Autotext timestamp better? - by pctechtv - 09-03-2019, 06:49 PM
RE: Make Autotext timestamp better? - by Kevin - 09-03-2019, 10:59 PM
RE: Make Autotext timestamp better? - by pctechtv - 09-03-2019, 11:46 PM
RE: Make Autotext timestamp better? - by Kevin - 09-04-2019, 12:07 AM
RE: Make Autotext timestamp better? - by pctechtv - 09-04-2019, 12:15 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)