Hello
Guest
it is
June 20, 2025, 04:30:50 AM
Guest
Login
Register
Menu
Home
Help
Search
Login
Register
YouTube
Machsupport Forum
/
Mach Discussion
/
General Mach Discussion
/
MESSAGE BOX MULTILINE
« previous
next »
Print
Pages:
1
Go Down
Author
Topic: MESSAGE BOX MULTILINE (Read 1439 times)
0 Members and 1 Guest are viewing this topic.
Giuno85
68
MESSAGE BOX MULTILINE
«
on:
February 18, 2025, 10:23:25 AM »
Hello everyone, is it possible to create a multi-line MSGBOX message box?
That is, always in the same window window have a first line with a message and immediately below another with a different message?
Logged
Graham Waterworth
2,783
Yorkshire Dales, England
Re: MESSAGE BOX MULTILINE
«
Reply #1 on:
February 18, 2025, 08:07:30 PM »
I think you can do this:-
msg="first message " & chr(13) & "second message"
MsgBox(msg)
Logged
Without engineers the world stops
Giuno85
68
Re: MESSAGE BOX MULTILINE
«
Reply #2 on:
February 19, 2025, 03:13:52 AM »
Hi Graham thanks for the reply, that's what I was looking for. Great, I searched everywhere but couldn't find the answer
Logged
Print
Pages:
1
Go Up
« previous
next »