zollet 0 Posted January 18, 2004 Share 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. Link to post Share on other sites
jmangrum 0 Posted January 18, 2004 Share 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+ Link to post Share on other sites
zollet 0 Posted January 18, 2004 Author Share Posted January 18, 2004 Works great! Thank you very much Link to post Share on other sites
jmangrum 0 Posted January 18, 2004 Share Posted January 18, 2004 glad I could be of help Joseph MangrumCCNA, CNA, MCP, Network+ Link to post Share on other sites
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