- Function me::ImportLibrary(filename)
me::ImportLibrary
The function me::ImportLibrary
reads a runtime library from an
.ams
file.
me::ImportLibrary(
filename) ! (input) a string
Arguments
- filename
The name of file that contains a runtime library.
Return Value
The function returns an element in the set
AllIdentifiers
referencing the library when successful and the empty element upon failure. In the latter case at least one error has been raised.
See also
The functions me::CreateLibrary
, me::ImportNode
and me::ExportNode
.