ManneMoses Posted April 10, 2015 Posted April 10, 2015 (edited) Hello Guys, i try to make a new line in a TrayTip. I stuck on it, but i know that i have to add @CRLF but i do not know where exactly. Can someone Please make an example script? Thanks in Advance and sorry for my bad english, i am german Edited April 10, 2015 by ManneMoses
Solution JohnOne Posted April 10, 2015 Solution Posted April 10, 2015 Use it where you want the new line to start. "first line" & @crlf & "second line" AutoIt Absolute Beginners Require a serial Pause Script Video Tutorials by Morthawt ipify Monkey's are, like, natures humans.
ahmet Posted April 10, 2015 Posted April 10, 2015 Something like this TrayTip("test","1st line" & @crlf & "2nd line",3000) Also look at operators
ManneMoses Posted April 10, 2015 Author Posted April 10, 2015 Thanks to ahmet and JohnOne! I am new to autoit so i don not know that much. Thank you guys
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now