A_NewLine

Propose new features and changes
Kapitano
Posts: 31
Joined: 07 Sep 2019, 10:58

A_NewLine

Post by Kapitano » 30 Nov 2022, 22:10

Just a built-in variable to go with A_Space and A_Tab that would allow, instead of this:

Code: Select all

A_Clipboard := "Another" "`n"
.              "Green" "`n"
.              "World" "`n"
...this:

Code: Select all

A_Clipboard := "Another" A_NewLine
.              "Green" A_NewLine
.              "World" A_NewLine

just me
Posts: 9423
Joined: 02 Oct 2013, 08:51
Location: Germany

Re: A_NewLine

Post by just me » 01 Dec 2022, 06:42

Code: Select all

Global A_NewLine := "`n"

Kapitano
Posts: 31
Joined: 07 Sep 2019, 10:58

Re: A_NewLine

Post by Kapitano » 01 Dec 2022, 15:20

Yes, it would just be nice to have it predefined, like A_Space and A_Tab.

User avatar
boiler
Posts: 16767
Joined: 21 Dec 2014, 02:44

Re: A_NewLine

Post by boiler » 02 Dec 2022, 01:16

See a similar request (among others) and resulting discussion here. Locking this thread.

Locked

Return to “Wish List”