DJI Posted January 18, 2006 Posted January 18, 2006 Hi, How can i make a msgbox's text spread on multiple lines when i want them... instead of having dsfkdghkdjg-1-dfkjghkjdfghjkdfhgkj-2-sdlkfhljkgdhlkds-3-kuhsdfkjhsdfk How can i get sjdfjkdfshfhj -1-dfkjghsfjklfsdlfjskl -2-sdkjfhkjsdfhskjfhk -3-dfkhksdjfghkjdfg
gunnersense Posted January 18, 2006 Posted January 18, 2006 (edited) put this code infron of ur thing so each thing will be on a seperate line @crlf example Edited January 18, 2006 by gunnersense
DJI Posted January 18, 2006 Author Posted January 18, 2006 put this code infron of ur thing so each thing will be on a seperate line @crlf example MsgBox(0, "Exapmple", "Example1 @crlf, Example2")Thank you
gunnersense Posted January 18, 2006 Posted January 18, 2006 (edited) Please refrain form doublle posting it is usally against most fourm rules hmm let me see whats wrong i have no clu it wshould work damn i cant believe i dint see it heres a better example MsgBox(0, "Example", "Example1" & @CRLF & "example 2" & @CRLF & "do u get it?" & @CRLF & "will i hope you do" & @CRLF & "Oh and... goodluck") Edited January 18, 2006 by gunnersense
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