Hello,
I am trying to send quotation marks in a sendkeys(). The help files say to use curly brackets {} but I get an error.
I need to send the following command:
change "foo" "bar" all
According to help file I think I should be able to do this:
I get an "{ unrecognized" type error.
Anybody know the best way to do this?
Thanks,
I am trying to send quotation marks in a sendkeys(). The help files say to use curly brackets {} but I get an error.
I need to send the following command:
change "foo" "bar" all
According to help file I think I should be able to do this:
Code:
SendKeys("change {"}foo{"} {"}bar{"} all<enter>")
I get an "{ unrecognized" type error.
Anybody know the best way to do this?
Thanks,