Ignore:
Timestamp:
04/06/07 10:35:17 (17 years ago)
Author:
pinsard
Message:

improvements/corrections of some *.pro headers + replace some message by some report

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SRC/ToBeReviewed/WIDGET/COMPOUND_WIDGET/cw_bgroup.pro

    r231 r242  
    2626; 
    2727PRO cw_bgroup_setv, id, value 
     28; 
    2829  compile_opt hidden, idl2, strictarrsubs 
    29  
     30; 
    3031  ON_ERROR, 2                       ;return to caller 
    3132 
     
    350351 
    351352 
    352   IF (N_PARAMS() ne 2) THEN MESSAGE, 'Incorrect number of arguments' 
     353  IF (N_PARAMS() ne 2) THEN ras = report('Incorrect number of arguments') 
    353354 
    354355  ON_ERROR, 2                       ;return to caller 
Note: See TracChangeset for help on using the changeset viewer.