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