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 exit 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

Group: Flow Control
See also: break exit endp proc warning

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

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