You can define two local functions, fameLocalInit
and
fameLocalPath
, to customize some aspects of the FAME interface.
fameLocalInit
: The first time one of the functions that
interfaces with a Fame database is called, the internal function
fameStart
is called to initialize the HLI (Host Language
Interface) and open a work database. After accomplishing that,
fameStart
checks to see if a function named
fameLocalInit
exists. If so, it is called with no arguments
immediately after opening the work database.
fameLocalPath
: Used to customize getFamePath
.