0

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

Sub Main
  SendKeys "{SPACE}"
End Sub

and

Sub Main
  SendKeys " "
End Sub
4

1 回答 1

0

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

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

于 2013-10-04T18:39:44.283 回答