loadΒΆ

load reads files with UniScript commands and functions. Commands are executed and functions are compiled.

bool = load(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 complete file name of the UniScript file. UniScript files normally carry the file extension .ic.

id-2049666