Keywords - Function groups - @ A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

Group: Flow Control
See also: break endp proc warning

Function: error
Description: error is used to communicate out of XploRe programs.

Usage: error(x, m)
Input:
x condition
m string, message

Example:
x=matrix(2,2)
error(rows(x) < 5, "rows of x less than 5")

Result:
XploRe_Error_box containing:
CommandLine rows of x less than 5 11Error in Macro



(C) MD*TECH Method and Data Technologies, 05.02.2006