Procedure me::ImportNode(esection, filename)

me::ImportNode

The procedure me::ImportNode reads a section from file.

me::ImportNode(
        esection,  ! (input) section element.
        filename)  ! (input) a string

Arguments

esection

An element in the set AllIdentifiers referencing a section in a runtime library.

filename

The name of file that contains a runtime library. The filename should have the .ams extension.

Return Value

The procedure returns 1 if the file is read successfully. If the procedure fails to read the file it returns 0 after raising errors.

See also

The functions me::CreateLibrary and me::ExportNode.