0

What's the difference between those two Advanced Scripting commands?

Sub Main
  SendKeys "{SPACE}"
End Sub

and

Sub Main
  SendKeys " "
End Sub
Franck Dernoncourt
  • 77,520
  • 72
  • 342
  • 501

1 Answers1

0

http://www.speechcomputing.com/node/8053:

Basically, there is no difference. Both do the same thing.

Franck Dernoncourt
  • 77,520
  • 72
  • 342
  • 501