Please enable JavaScript to view this site.

A-Shell Development History

Navigation: Version 5.1/6.0, builds 1100-1271 > 1125 – 27 Sep 08

++ERROR and ++MESSAGE Statements

Scroll Prev Top Next More

Symbol

Description

++ERROR <message>

Causes the message to be displayed and is treated as a compiler error. This is particularly useful in conjunction with conditional compilation, as shown in the preceding example.

++MESSAGE <message>

 

Equivalent to ++ERROR <message> except that no error is generated. It is useful primarily for giving you visual feedback during compilation that your conditions are working as expected. See prior example.