CnLoadΒΆ

Loads a container from a file that was created with the CnSave function.

bool = CnLoad(handle, ssFileName)

Return Value

If the function succeeds, the return value is TRUE (1); otherwise it is FALSE (0).

Parameters

handle

Identifies the container.

ssFileName

ssFileName is a string that names the file.

id-1540878