Chobby Posted March 20, 2006 Posted March 20, 2006 Hey ... In the Send() function or f.x. the MsgBox() function, how do i "send" or show multiple lines? Like, how do i get them to turn up underneath themselves?? - Chobby
Valuater Posted March 20, 2006 Posted March 20, 2006 maybe MsgBox(262208, "Web Site", "The IE.au3 Library is at the bottom of this page. " & @CRLF & @CRLF & "Save to *..\Beta\Include\IE.au3* ", 10) 8)
Developers Jos Posted March 20, 2006 Developers Posted March 20, 2006 Hey ... In the Send() function or f.x. the MsgBox() function, how do i "send" or show multiple lines?Like, how do i get them to turn up underneath themselves?? - ChobbyMsgBox(0,'test',"line 1" & @LF & "line 2") SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past.
Chobby Posted March 20, 2006 Author Posted March 20, 2006 Thanks guys .. And thanks for the fast reply!..
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