+----------------------------------------------------------------------+
|                       I * C * E * T * I * P * S                      |
|                                                                      |
|                       No 1,  February 20th 1995                      |
|                                                                      |
|                         Presented to you by                          |
|                      Arnor Baldvinsson, ICELAND                      |
+----------------------------------------------------------------------+

Want to create empty lines in a Message box for clarity?  Simple.  

1)  Create a one char Global variable called NL (NewLine).  
2)  In Global - Embeds - Program setup insert:  NL = CHR(10)
3)  When using Message:

    ret# = Message('First line' & NL & NL |
                 & 'Third line' & NL |
                 & 'Fourth line','Information',ICON:Info)

I changed ICON:Exclamation to ICON:Info in EQUATES.CLW as I always 
had to make at least 3 attempts to get ICON:Exclamation right!
I also duplicated ICON:HAND as ICON:STOP - seems a lot more logical.

Arnor Baldvinsson
ICELAND
