OperationList
OperationList (matchStr, separatorStr, optionsStr)
The OperationList function returns a string containing a list of internal (built-in) or external operation names names corresponding to matchstr.
Parameters
Only operation names that match the matchStr string are listed. Use "*" to match all names. See WaveList for examples.
separatorStr is appended to each operation name as the output string is generated. separatorStr is usually ";" for list processing (See the Processing Lists of Waves topic in the Programming Techniques help file for details).
optionsStr is used to further qualify the list of operations. It is a string containing one of these (case-insensitive) values:
| "internal" | Restricts the list to built-in operations. | |
| "external" | Restricts the list to external operations (provided by Igor Extensions). | |
Any other value for optionsStr ("all" is recommended) will return both internal and external operations.