Jump to content

@CRLF


Recommended Posts

@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]
Link to comment
Share on other sites

http://www.websiterepairguy.com/articles/os/crlf.html

If 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!
Link to comment
Share on other sites

Guest BL@(K-R34P3R

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

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...