Pregunta

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

Sub Main
  SendKeys "{SPACE}"
End Sub

and

Sub Main
  SendKeys " "
End Sub
¿Fue útil?

Solución

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

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

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top