Returns procedures with the given string as a substring of their name.
The operator proc_name takes a string (Pattern) as input and searches all HORUS-procedures having this string as a substring in their name. If an empty string is entered, the names of all procedures available will be returned.
Pattern (input_control) |
string -> string |
Substring of the looked for names (empty <=> all names). | |
Default value: 'info' |
ProcNames (output_control) |
string-array -> string |
Detected procedure names. |
The operator proc_name returns the value TRUE if the helpfiles are available. Otherwise an exception is raised.
proc_info, proc_info1, proc_info2, proc_info3
proc_info, proc_info1, proc_info2, proc_info3