Read Me - Common Public License V1.0 - Copyright Notice(©)

findRoutine


>>-findRoutine(name)---------------------------------------------><

Searches for a routine within the package search order. This includes ::ROUTINE directives within the package, public routines imported from other packages, or routines added using the addRoutine method. The argument [name] must be a string object. If the name is not found, .nil will be returned.

Read Me - Common Public License V1.0 - Copyright Notice(©)