topcreatefunc
Parameters
command
in
required
Keywords
FILENAMEIN
in
default: for_createfunc.pro
KWDLIST
in
Examples
IDL> print, createfunc('3*2', filename='test')
IDL> print, createfunc('3*two', filename = 'test' $
IDL> , kwdlist ='two = two', two = 2)
Version history
Version
$Id: createfunc.pro 231 2007-03-19 17:15:51Z pinsard $
History
Sebastien Masson (smasson@lodyc.jussieu.fr)
May 2005
Known issues
Restrictions
- arguments can be given only through keywords;
- ends the function name with '.pro' if needed.
Statistics
McCabe cyclic | 7 |
McCabe essential | 1 |
McCabe modular design | 1 |