HPlogo System Debug Reference Manual > Chapter 5 System Debug Command Specifications Fx-LOG

FINDPROC

MPE documents

Complete PDF
Table of Contents
Index

E0201 Edition 4 ♥
E0300 Edition 3
E0692 Edition 3

Debug only

Dynamically loads a specified NM procedure from any NM library.

Syntax



   FINDPROC procedurename library_file [ [NO]IGNORECASE]

This command dynamically loads a NM procedure from any NM library. The complete executable System Object Module containing the named procedure is loaded. This command is implemented by calling the HPGETPROCPLABEL intrinsic. (Refer to the MPE/iX Intrinsics Reference Manual for additional information.) If no error message is printed, the user can assume the command succeeded. The LOADINFO command may be used to verify that the library was loaded.

Parameters


procedurename

The name of the procedure to be loaded.

library_file

Any valid NM library file from which the procedure is to be loaded.

IGNORECASE

If IGNORECASE is specified, a case-insensitive search is performed for the program file. The default is NOIGNORECASE.

Examples



   $nmdebug > findproc libsort testlib.test
   $nmdebug >

Dynamically load the procedure libsort from the file TESTLIB.TEST

Limitations, Restrictions


This routine functions by calling the FINDPROC intrinsic. Refer to the MPE XL Intrinsics Reference Manual (32650-90028) for additional information.




Fmm (freeze)


FOREACH