Dragonfly: More than one text variable in a single command?
Submitted by Xanadu on Thu, 08/06/2009 - 01:55.
Is there a way to enter more than one text variable? The command name would look something like this.
What would the command body look like?
The code for entering one text variable looks like this.
"name <text>":
Text("%(text)s"),Is there a way to enter more than one text variable? The command name would look something like this.
"name <text> <text>":
...,What would the command body look like?
If it requires anything else, please advise.
Thanks.

Xanadu wrote: The code for
The code for entering one text variable looks like this.
"name <text>":Text("%(text)s"),
Is there a way to enter more than one text variable? The command name would look something like this.
"name <text> <text>":...,
What would the command body look like?
If it requires anything else, please advise.
Thanks.
I think this is inherently ambiguous unless you have a term between the two Variables such as:
"name <text> to <text2>":And then you would need a separate
<text2>Dictation variable.Reckoner is right
Thanks Reckoner, you hit the nail on the head!