Files
SyncHome/trunk/ulp/ulpmessage.ulp

11 lines
356 B
Plaintext
Raw Normal View History

2023-03-09 10:24:21 +00:00
#usage "<b>Display a popup message</b>\n"
"<p>"
"Usage: RUN ulpmessage <i>text</i>"
"<p>"
"<author>Author: support@cadsoft.de</author>"
// THIS PROGRAM IS PROVIDED AS IS AND WITHOUT WARRANTY OF ANY KIND, EXPRESSED OR IMPLIED
dlgMessageBox("<qt><nobr>" + argv[1] + "<br>" + argv[2] + "</nobr></qt>", "OK"); exit(0);