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.)
/* 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 |