Difference between revisions of "MESSAGE()"

From Lianjapedia
Jump to: navigation, search
 
Line 18: Line 18:
 
[[Category:Documentation]]
 
[[Category:Documentation]]
 
[[Category:Functions]]
 
[[Category:Functions]]
[[Category:Error Handling and Debugging]]
+
[[Category:Error Handling]]
[[Category:Error Handling and Debugging Functions]]
+

Latest revision as of 10:18, 4 February 2013

Purpose

Function to return last error encountered message

Syntax

MESSAGE([<expN>])

See Also

ERRNO(), ERROR()

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

msg=message()