the_lord_mephy Posted September 22, 2004 Posted September 22, 2004 @CR Carriage return, Chr(13); sometimes used for line breaks. @LF Line feed, Chr(10); typically used for line breaks. @CRLF = @CR & @LF ;occasionally used for line breaks. i dont understand what thye do, plz help? My site for HTML Help :)[quote name='Valik' date='Oct 15 2004, 12:29 PM']Maybe nobody is an "elite uber-coder" like me because thinking is a capital offense in today's online-world?[right][snapback]36427[/snapback][/right][/quote]
CyberSlug Posted September 22, 2004 Posted September 22, 2004 http://www.websiterepairguy.com/articles/os/crlf.htmlIf you want to display a message box with multiple lines, then you need to put a line break:MsgBox(4096,"Example", "Line one" & @LF & "Line two" & @LF & "line three") Use Mozilla | Take a look at My Disorganized AutoIt stuff | Very very old: AutoBuilder 11 Jan 2005 prototype I need to update my sig!
Guest BL@(K-R34P3R Posted September 22, 2004 Posted September 22, 2004 Ya, I kinda figured that out on accident. The guy that helped me with my clock, included those macros in there, so I looked them up, thats how he got it to display in List format: aka: One Here Two Here As opposed to: One here Two Here
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