Code: Select all
MessageBox(handle, 'First'+#10+#13+'Second'+#10+#13+'Third', 'Multiline MessageBox'Change Second to second line of text
Change Third to third line of text
To add more line's just add
Code: Select all
+#10+#13+'Second'Moderator: Community Moderator

Code: Select all
MessageBox(handle, 'First'+#10+#13+'Second'+#10+#13+'Third', 'Multiline MessageBox'Code: Select all
+#10+#13+'Second'