|
Obsolete IDL Features: Routines with Obsolete Arguments or Keywords |
|
This chapter contains documentation for arguments and keywords that have been removed from IDL routines. New IDL code should not use these parameters. See Obsolete Features for a list of obsolete parameters and their replacements, if suitable replacements exist.
When IDL attempts to execute a routine called with an obsolete argument or keyword, one of the following things will happen:
Example: The GROUP keyword to the DIALOG_PICKFILE routine was replaced by the DIALOG_PARENT keyword. Code that uses the GROUP keyword continues to run as it always did.
Example: The MACTYPE keyword to the OPEN routine changed an attribute of files on pre-OS X Macintosh filesystems that has no corollary on other filesystems. IDL simply ignores the presence of this keyword.
Example: The DTOGFLOAT keyword to the BYTEORDER routine converted data to a format only supported under VMS. The underlying mechanism used is not available in other operating systems, and IDL will generate an error if such a conversion is specified in the call to BYTEORDER.
In all cases, if IDL code containing calls to obsolete parameter compiles and runs without error, the results are the same as they would have been before the parameter was made obsolete.
IDL Online Help (March 06, 2007)