MESSAGE()

From Lianjapedia
Revision as of 09:22, 10 February 2012 by Yvonne.milne (Talk | contribs)

Jump to: navigation, search

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()