Chewie71 Posted March 11, 2005 Posted March 11, 2005 Is there a way to insert a blank line into a MsgBox? I tried using the @CR but got an error. Thanks, Matt
ioliver Posted March 11, 2005 Posted March 11, 2005 Is there a way to insert a blank line into a MsgBox? I tried using the @CR but got an error.Thanks,Matt<{POST_SNAPBACK}>Try this:MsgBox(0, "MsgBox w/ Line Feed", "Line 1" & @CR & @LF & @CR & @LF & "Line 3")Ian "Blessed be the name of the Lord" - Job 1:21Check out Search IMF
Chewie71 Posted March 11, 2005 Author Posted March 11, 2005 Oh duh...I forgot to put the & between my @CR and @LF. Thanks... :"> Matt
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