Ignore:
Timestamp:
06/19/06 16:14:56 (18 years ago)
Author:
smasson
Message:

new compilation options (compile_opt idl2, strictarrsubs) in each routine

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SRC/ToBeReviewed/WIDGET/xquestion.pro

    r52 r114  
    5454;------------------------------------------------------------------------- 
    5555pro xquestion_event, event 
     56; 
     57  compile_opt idl2, strictarrsubs 
     58; 
    5659; we get the answer 
    5760   widget_control, widget_info(event.top, find_by_uname = 'text') $ 
     
    6669;------------------------------------------------------------------------- 
    6770FUNCTION xquestion, question, proposedanswer, CHKWIDGET = chkwidget, _extra = ex ; 
     71; 
     72  compile_opt idl2, strictarrsubs 
     73; 
    6874; is separate line a scalar? we must cut it into pieces?  
    6975   if n_elements(question) EQ 1 then question = str_sep(question, '!C', /trim) 
Note: See TracChangeset for help on using the changeset viewer.