CwSaveObject

Syntax:

call CwSaveObject hObject, sFilename

        hObject         (handle) Handle to the object to save.

        sFilename       (string) Path to the save file.  Must be an
                        explicit path or the name of a file in the
                        current directory ("\tspectra\work" by default.)

Description:

This procedure saves the given object (hObject) as a .ORC file in the filename given by "sFilename".

Example:

/* Create a random object and save it to an .ORC file. */
o = randobj()           /* <--Creates a random object.  Defined elsewhere. */
call CwSaveObject o, 'obj.orc'


Functions by NAME

Index

Functions by PURPOSE