Jump to content

ClipPut, multiple lines?


 Share

Recommended Posts

@LF

@CR

@CRLF

Either one will work, you can mix'n'match if you like...just don't expect every program to like it.

Example:

Notepad accepts @LF and @CR interchangably.

AS400 Emulators accept @LF but not (usually) @CR or @CRLF

Lotus Notes ignores @LF, doesn't like @CRLF (it does a default system beep when this is called from AutoIt, but enters in the line-break), but has no problem with @CR.

As always, YMMV

Lofting the cyberwinds on teknoleather wings, I am...The Blue Drache

Link to comment
Share on other sites

@LF

@CR

@CRLF

Either one will work, you can mix'n'match if you like...just don't expect every program to like it.

Example:

Notepad accepts @LF and @CR interchangably.

AS400 Emulators accept @LF but not (usually) @CR or @CRLF

Lotus Notes ignores @LF, doesn't like @CRLF (it does a default system beep when this is called from AutoIt, but enters in the line-break), but has no problem with @CR.

As always, YMMV

Great, thanks for the education. Much appreciated. :)
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...