[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

system variable list



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.