loadiclibΒΆ

loadiclib loads a UniScript library which contains UniScript functions in binary form.

bool = loadiclib(ssFileName)

Return Value

bool is TRUE (1) when the file ssFileName can be read, and FALSE (0) if it cannot.

Parameters

ssFileName

ssFileName is the name of the UniScript library. UniScript libraries normally carry the file extension .icl.

Comment

The default library has the name uniplotprogramrs_sl.icl. The library will be loaded at startup time. If one of the ic files in the directory uniplotscript has been altered the library should be rebuild (Tools=>Create UniScript Library).

A UniScript library (.icl) can have one function with the name LibMain. This function will be called directly after loading the library.

History

Version Description
5.30 UniPlot 5.30 saves UniScript-Librarys in a new format (Format version 8), that older UniPlot version cannot load. UniPlot 5.30 cannot read libraries version 1-7.
5.20

UniPlot 5.20 saves UniScript-Librarys in a new format (Format version 7), that older UniPlot version cannot load. UniPlot 5.20 cannot read libraries version 1-6.

Librarys of UniPlot 5.20 and higher are compatible between the 32-bit and the 64-bit UniPlot version.

5.0.0 UniScript 5.x-Librarys are not compatible with UniScript 4.x libraries. UniScript 5.x can read UniScript 4.x icl files.

id-837580