Home »
Public Forums »
archive »
Problem with MK_LIBRARY_HELP in VMS IDL 3.0.0
Problem with MK_LIBRARY_HELP in VMS IDL 3.0.0 [message #668] |
Thu, 21 January 1993 13:23 |
landsman
Messages: 93 Registered: August 1991
|
Member |
|
|
I have found that the MK_LIBRARY_HELP.PRO procedure supplied in the V3.0.0
User Library does not work under VMS IDL. (This procedures allows users
to create their own .HELP files.) The created .HELP file has
incorrect byte offets associated with each procedure name, so that one does
not always get the help that one asked for. The problem is caused by
the additional control characters introduced by VMS.
I have a fixed version of MK_LIBRARY_HELP which I will send to anyone who wants
it, but I'm not sure it is the "best" way to fix it. The two changes I made
were
(1) The temporary file USERLIB.TXT is opened (on the unit txt_file) with
the /STREAM keyword
(2) Since the EOF command does not work with /STREAM files, I use the
On_IOerror command instead of EOF to flag the end of file.
--Wayne Landsman landsman@stars.gsfc.nasa.gov
|
|
|
Current Time: Thu Oct 09 21:26:28 PDT 2025
Total time taken to generate the page: 0.00700 seconds