Write a command as string in "Type into" activity

Hi I would like the robot to type literally “Rabbit” OR “Dog”
So it should really type the quotation marks and also the OR.
Thanks

@Jizh,

Are you getting any error ? What String you want to type inside ?

@lakshman
I would like that it really types the text below:
“Rabbit” OR “Dog”

→ So not only Rabbit but including the " and the OR
Unbenannt

try this

“”“rabit”" or "“dog “””

3 Likes

@Jizh,

Try Below one:

“Rabbit”+Chr(34)+“OR Dog”

2 Likes

Thanks, for both solutions.

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.