|
Options |
Name |
Purpose |
|
+
|
HANDLE FindPersistentProcedure (character)
|
Searches for the first instance of a persistent procedure with the
given name
|
|
+
|
LOGICAL HasEntry (handle, character)
|
Returns true if the procedure or it's super-procedures contains the
given entry (internal procedures or user defined functions) and thus
the given entry is callable (RUN or DYNAMIC-FUNCTION).
|
|
+
|
LOGICAL HasEntry (handle, character, character)
|
Returns true if the procedure or it's super-procedures contains the
given entry (internal procedures or user defined functions) and thus
the given entry is callable (RUN or DYNAMIC-FUNCTION).
|
|
+
|
LOGICAL HasEntry (handle, character, EntryTypeEnum)
|
Returns true if the procedure or it's super-procedures contains the
given entry (internal procedures or user defined functions) and thus
the given entry is callable (RUN or DYNAMIC-FUNCTION).
|
|
+
|
LOGICAL HasEntryMatching (handle, character)
|
Returns true if the procedure or it's super-procedures contains the
given entry (internal procedures or user defined functions) and thus
the given entry is callable (RUN or DYNAMIC-FUNCTION).
|
|
+
|
LOGICAL HasEntryMatching (handle, character, character)
|
Returns true if the procedure or it's super-procedures contains the
given entry (internal procedures or user defined functions) and thus
the given entry is callable (RUN or DYNAMIC-FUNCTION).
|
|
+
|
LOGICAL HasEntryMatching (handle, character, EntryTypeEnum)
|
Returns true if the procedure or it's super-procedures contains the
given entry (internal procedures or user defined functions) and thus
the given entry is callable (RUN or DYNAMIC-FUNCTION).
|
|
#
|
CHARACTER HasEntryMatchingInternal (handle, character)
|
Searches the passed in procedure handle for an entry using a search
pattern.
|
|
+
|
LOGICAL HasInternalProcedure (handle, character)
|
Returns true if the procedure or it's super-procedures contains the
named internal procedures and thus the named internal procedue is
callable (RUN).
|
|
+
|
LOGICAL HasUserDefinedFunction (handle, character)
|
Returns true if the procedure or it's super-procedures contains the
named user defined function internal procedures and thus the user
defined function is callable (DYNAMIC-FUNCTION).
|
|
+
|
CHARACTER ShortDotPName (handle)
|
Returns the file-name of the current procedure handle without the
pathname and without the extension
|