Jump to content

Can AutoIt see 'Enter' in text?


Recommended Posts

@CRLF is the linefeed macro, which signifies a new line in text.

sending the {Enter} key will press Enter/Return.

Look for SendKey in your help file, it will have a list of key codes :)

Link to comment
Share on other sites

There's no invisible enter sign, when

there

is

an end of a line, like after "there" and "is," thats called a newline, or a linefeed, or a carriage return (from back in the days of typewriters.)

So if you're looking for that, then @CRLF is what you want. If you want to actually have your script press the enter button, then {ENTER} is what you're looking for.

Link to comment
Share on other sites

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
 Share

  • Recently Browsing   0 members

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