T O P I C R E V I E W |
Hildebrand |
Posted - 06/10/2002 : 3:52:44 PM I was able to save the worksheet after creating it, using:
create slopes -w 5 X Y; save -i h:\C\slopes.ogw;
I want to be able to open this file back up, but can not seem to find an open, import, or other command to do so. There doesn't seem to be an equivalent -i option associated with open.
Thank you for your help, Ben |
2 L A T E S T R E P L I E S (Newest First) |
Hildebrand |
Posted - 06/11/2002 : 10:38:29 AM Thank you again Mike, that was exactly what I was looking for.
Ben
|
Mike Buess |
Posted - 06/10/2002 : 4:53:57 PM Use the Open command on the File menu and specify Files of type: Worksheets (*.OGW). You can also use this LabTalk command...
doc -a h:\C\slopes.ogw;
Mike Buess Origin WebRing Member |
|
|