LoadObjs([Handles], [TargetType], FileName)

Loads objects into the pool from a file where they were previously saved using SaveObjs. Handles is a regular expression specifying the names of the objects to load. If it is not specified then all objects of the specified type will be loaded. TargetType is a regular expression specifying the types of objects to load. If it is not specified then all objects irrespective of type will be loaded. FileName is the full pathname of the file to load the objects from.

Examples:
LoadObjs(,,myfile). Loads all objects
LoadObjs("AUD*","MORTALITY",myfile). Loads all the MORTALITY objects with names begining in "AUD"