next up previous contents
Next: Loading a Genetic Database Up: Input and Output Functions Previous: Find Key

Load a Library Function

Calling Sequence:
ReadLibrary(
filename)
ReadLibrary(
filename, funcname)
Parameters:
filename : filename
funcname : procedure name

Returns: void

Synopsis: If only filename is supplied as a parameter, this function loads into Darwin the contents of filename located in the user's local Darwin library. If there is a second parameter, Darwin only loads the function named funcname in file filename located in the user's local Darwin library.

This functions allows filename to specify a path.

The location of the Darwin library is set with the -l flag when initiating your Darwin session. See section [*] for information regarding the location of the Darwin library on your system.

Examples:

> ReadLibrary('MultiAlign');
> ReadLibrary('MultiAlign', 'AnchorAlign');




Gaston Gonnet
1998-09-15