unit/
gpu_idlversion.pro
includes main-level programtop gpu_idlversion
result = gpu_idlversion( [require=string])
Returns the IDL version number as a string or a boolean indicating whether a required version is met.
Return value
string version number or boolean
Keywords
- require in optional type=string
IDL version required; if set, VIS_IDLVERSION returns a boolean of whether the version requirement is met
Examples
Try the main-level program at the end of this file:
IDL> .run gpu_idlversion
File attributes
Modification date: | Fri Nov 12 11:07:14 2010 |
Lines: | 42 |
Docformat: | rst rst |