proc_name ( : : Pattern : ProcNames )

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.


Parameters

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.


Result

The operator proc_name returns the value TRUE if the helpfiles are available. Otherwise an exception is raised.


Possible Successors

proc_info, proc_info1, proc_info2, proc_info3


Alternatives

search_proc


See also

proc_info, proc_info1, proc_info2, proc_info3



Copyright © 1996-1997 MVTec Software GmbH