Ignore:
Timestamp:
08/08/08 14:31:53 (16 years ago)
Author:
pinsard
Message:

improvements of headers (alignments)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SRC/ToBeReviewed/STRING/strkeywd.pro

    r371 r372  
    1616; 
    1717; @restrictions 
    18 ; If an element of the structure contain an array, it will be convert in a vector. 
     18; If an element of the structure contain an array, it will be convert in a  
     19; vector. 
    1920; 
    2021; @restrictions 
    21 ; Beware, this function has loops, ifs ad cases everywhere. So it can  
     22; Beware, this function has loops, ifs and cases everywhere. So it can  
    2223; not be used by big keywords (with a lot of elements which are big  
    2324; arrays). The input keyword must not contain Complex floatings, structure,  
     
    2728; @examples 
    2829; 
    29 ; We create a structure 
     30; We create a structure: 
    3031;   IDL> b=get_extra(ok=111, year=[1997,1998,1999], age_capitaine=35) 
    3132;   IDL> help, b,/struct 
     
    3536;          YEAR            INT       Array[3] 
    3637; 
    37 ; We put this structure as a string 
     38; We put this structure as a string: 
    3839;   IDL> a=strkeywd(b) 
    3940;   IDL> print, a 
Note: See TracChangeset for help on using the changeset viewer.