Ignore:
Timestamp:
08/08/08 17:55:40 (16 years ago)
Author:
pinsard
Message:

improvements of headers (paragraphs and alignments)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SRC/ToBeReviewed/STRUCTURE/where_tag.pro

    r371 r375  
    22; 
    33; @file_comments 
    4 ; Like WHERE but works on structure tag names 
     4; Like <proidl>WHERE</proidl> but works on structure tag names 
     5; 
    56; Obtain subscripts of elements in structure array for which 
    67; a particular Tag has values in a range or matching specified values. 
    7 ; Like the WHERE function but for use with structures 
     8; 
     9; Like the <proidl>WHERE</proidl> function but for use with structures 
    810;  
    911; @categories 
     
    1719;  
    1820; @keyword TAG_NUMBER 
    19 ; Otherwise give the Tag Number, 
     21; Otherwise give the Tag Number 
    2022;  
    2123; @keyword RANGE 
    22 ;  [min,max] range to search for in Struct 
     24; [min,max] range to search for in STRUCT 
    2325;  
    2426; @keyword VALUES 
    25 ; One or array of numbers to match for in Struct, 
     27; One or array of numbers to match for in STRUCT 
    2628;  
    2729; @keyword ISELECT 
     
    3840; @restrictions 
    3941; User *must* specify (1) TAG_NAME or TAG_NUMBER to search, and (2) 
    40 ; the VALUES or RANGE to search on; 
     42; the VALUES or RANGE to search on. 
    4143; 
    4244; @examples 
Note: See TracChangeset for help on using the changeset viewer.