LoadLib
Use this procedure/function to load into cache memory a file which contains a library of DAL scripts.
Syntax
This procedure loads a file which contains one or more DAL functions into cache memory. Each of these procedures and functions can be referenced as a named subroutine.
Note | You should only execute the LoadLib procedure once per library. |
Example
Here is an example:
Procedure |
Result |
Explanation |
LoadLib ("DB_Func") |
The system loads the DB_Func file into cache memory. |
Once loaded, you can reference the DAL scripts stored in memory as named subroutines. |