Jump to content

Recommended Posts

Posted

When using the Send and ControlSend functions is there any advantage or reason for using bracket characters like

{SHIFTDOWN}{SHIFTUP} or {SPACE} ?

For example, I know that

Send("A string")

Visually does the same thing as

Send("{SHIFTDOWN}A{SHIFTUP}{SPACE}string")

To me, it seems like the second way of doing it would be less efficient, but is that always the case? Are there special situations where you are forced to do it the second way?

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...