zollet Posted January 18, 2004 Posted January 18, 2004 Hi, In v2.x I could use \n for newline in for example MsgBox but it doesn't seem to work in v3.x. Is there something like that for v3 messages? Thank you.
jmangrum Posted January 18, 2004 Posted January 18, 2004 You can use @CRLF betweetn lines. Example MsgBox(0, "AutoIt", "Click OK or this box will time out in " & @CRLF & "10 seconds", 10) Joseph MangrumCCNA, CNA, MCP, Network+
jmangrum Posted January 18, 2004 Posted January 18, 2004 glad I could be of help Joseph MangrumCCNA, CNA, MCP, Network+
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