source: trunk/SRC/ToBeReviewed/HOPE/xrh.pro @ 325

Last change on this file since 325 was 325, checked in by pinsard, 17 years ago

modification of some headers (+some corrections) to prepare usage of the new idldoc

  • Property svn:keywords set to Id
File size: 352 bytes
Line 
1;+
2;
3; @file_comments
4; procedure to call <pro>read_hope</pro> in the widget mode
5;
6; @categories
7;
8; @keyword _EXTRA
9; Used to pass keywords
10;
11; @returns
12;
13; @uses
14;
15; @restrictions
16;
17; @examples
18;
19; @history
20;
21; @version
22; $Id$
23;
24; @todo seb
25;
26;-
27PRO xrh, _EXTRA = ex
28;
29  compile_opt idl2, strictarrsubs
30;
31   a = read_hope(_extra = ex)
32   return
33end
Note: See TracBrowser for help on using the repository browser.