[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
system variable list
- Subject: system variable list
- From: dominik(at)astro.uva.nl
- Date: Fri, 09 Jun 2000 10:31:36 GMT
- Newsgroups: comp.lang.idl-pvwave
- Organization: Deja.com - Before you buy.
- Xref: news.doit.wisc.edu comp.lang.idl-pvwave:19913
Hi,
is there a way to get a list of IDL system variables into a string
array? I can do it with
help,output=lines,/system_variables,/brief
system_vars= strsplit(strjoin(lines," ",/single)," +",/regex,/extract)
but that is considered to be unsafe because of the use of the output
keyword with help.
Are there any other ways to do this better?
Thanks
- Carsten
Sent via Deja.com http://www.deja.com/
Before you buy.