MESSAGE

From MusiCAD
Revision as of 13:01, 5 October 2023 by Musys (talk | contribs) (Created page with "'''MESSAGE''' is a template function that you can use in a layout template to display a message on the screen. Syntax: MESSAGE( notification ); Example: MESSAGE( "Formatting has been changed." ); ==See also== * CONFIRM * ERROR * REQUIRE {{NavTemplates}} nl:MESSAGE")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

MESSAGE is a template function that you can use in a layout template to display a message on the screen.

Syntax:

   MESSAGE( notification );

Example:

   MESSAGE( "Formatting has been changed." );

See also