;+ ; @file_comments ; ; ; @categories ; ; ; @keyword _EXTRA ; Used to pass your keywords ; ; @returns ; ; ; @uses ; ; ; @restrictions ; ; ; @examples ; ; ; @history ; ; ; @version ; $Id$ ; ; @todo seb ; ;- ; procedure to call read_hope in the widget mode PRO xrh, _extra = ex ; compile_opt idl2, strictarrsubs ; a = read_hope(_extra = ex) return end