( |
|
|
|||
Displays a message on the screen. If called in routine procedures (reports, exports, etc.) message will be written to hansa.log. Nothing will be displayed If string is blank. |
Parameters: | |
Message string | |
global procedure INSpecsm() begin StopAlert("Hello, World!"); return; end;
Related topics: |