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

Function: warning
Description: warning enables the user to send warning messages out of macros. 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

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

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, 17.8.2000