Difference between revisions of "ShowMessage"

172 bytes removed ,  21:42, 16 January 2009
no edit summary
imported>JT
imported>Cipscis
Line 3: Line 3:


=='''Syntax'''==
=='''Syntax'''==
  '''ShowMessage''' MessageID, [var1], ..., [var9]
  '''ShowMessage''' MessageID, [var1], ..., [var9] sDuration


=='''Notes'''==
=='''Notes'''==
Line 11: Line 11:
* Variables can be inserted into the displayed text (see below). The message will fail to display if the wrong number of variables are passed into the ShowMessage call.
* Variables can be inserted into the displayed text (see below). The message will fail to display if the wrong number of variables are passed into the ShowMessage call.
* Variables cannot be inserted into a message box's buttons.
* Variables cannot be inserted into a message box's buttons.
* If you attempt to provide a parameter to a ShowMessage function that uses no variables, it will give an error about requiring an integer duration.  This is an obsolete error message, as the delay is specified in the Message form itself.
* The "sDuration" parameter doesn't actually do anything


=='''Formatting messages'''==
=='''Formatting messages'''==
Anonymous user