Dragonfly: More than one text variable in a single command?

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.

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.

Xanadu wrote: The code for

Xanadu wrote:

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! Smiling

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.


Syndicate content