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/Textoidl/translate_sub_super.pro

    r47 r114  
    7070;- 
    7171FUNCTION Sub_sup_idl, token,  FORCE_UD = force_ud 
     72; 
     73  compile_opt idl2, strictarrsubs 
     74; 
    7275 
    7376; provide help if needed. 
     
    169172                              RECURSED=recursed, $ 
    170173                              HELP=Help 
     174; 
     175  compile_opt idl2, strictarrsubs 
     176; 
    171177 
    172178; Return to caller if error. 
     
    208214 
    209215;  Initialize vars for processing scripts. 
    210     SpcByte = (byte(' '))(0)    ;We need the BYTE value for a space below. 
     216    SpcByte = (byte(' '))[0]    ;We need the BYTE value for a space below. 
    211217    strn = InputString 
    212218    pos = 0 
Note: See TracChangeset for help on using the changeset viewer.