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 error endp proc

Function: warning
Description: warning enables the user to send warning messages out of quantlets. There are displayed when the whole program finishes.

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

Example:
x = 0
warning(x == 0, "x is equal to zero")

Result:
XploRe_Warning_box containing:

x is equal to zero



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