Kyme Posted April 15, 2008 Posted April 15, 2008 how i can make one MsgBox with more rows...like this row1 row2 row3 Can somebody help me??? sry for my noob question:D
monoceres Posted April 15, 2008 Posted April 15, 2008 (edited) Use @CRLF in the string: MsgBox(0,"","Line 1"&@CRLF&"Line 2"&@CRLF&"Line 3") Edited April 15, 2008 by monoceres Broken link? PM me and I'll send you the file!
Kyme Posted April 15, 2008 Author Posted April 15, 2008 Use @CRLF in the string: MsgBox(0,"","Line 1"&@CRLF&"Line 2"&@CRLF&"Line 3")tnx alot man
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