CnSaveΒΆ

CnSave saves the data elements of a container in a file.

bool = CnSave(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. If the file already exists, it is truncated to zero length.

id-587532