Author Topic: "When I say, What Time Is It?"  (Read 2673 times)

LuckyXIII

  • Newbie
  • *
  • Posts: 10
"When I say, What Time Is It?"
« on: August 26, 2018, 04:35:56 PM »
I would like to get a real time update via txt to voice. Or maybe it reads from a website and all you have to do is figure out your time zone and maybe VA can be directed to the exact page or line that would read your desired time.


EDIT by Pfeil: Functionality already available.
« Last Edit: April 18, 2020, 12:16:27 PM by Pfeil »

Pfeil

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 4761
  • RTFM
Re: "When I say, What Time Is It?"
« Reply #1 on: August 26, 2018, 05:06:52 PM »
You can use the {TIME} token for this:
Code: [Select]
Say, '{TIME}'
The token will be replaced by the current time, according to your computer's internal clock(which should be synchronized to the internet) in a 24-hour format(use {time} if you want a 12-hour format instead).


For more information, have a look at VoiceAttackHelp.pdf(which you can open by pressing F1 while VoiceAttack has focus) page 128 to 131.