Difference between revisions of "MESSAGE()"
From Recital Documentation Wiki
Yvonnemilne (Talk | contribs) |
Helengeorge (Talk | contribs) (→Class) |
||
Line 1: | Line 1: | ||
− | |||
− | |||
Revision as of 15:18, 28 October 2009
Purpose
Function to return last error encountered message
Syntax
MESSAGE([<expN>])
See Also
Description
The MESSAGE() function returns a character string describing the last error encountered. The optional parameter <expN> must result in 1, and when used will cause MESSAGE() to return the last program line which caused an error.
Example
set exclusive off on error * use payroll if not used() msg=message() dialog box "&msg.. Press any key to continue." endif set exclusive on
Products
Recital Database Server, Recital Mirage Server, Recital Terminal Developer