|
|
Contents | Index
OPEN
Open a data set or chart from a file.
Syntax: OPEN (file.name, [update.dde.links], [read.only], [format], [show.import.dialog])
Reply:
file.name successful
null unsuccessful Update.dde.links can be Y (attempt to reestablish links) or any other value (do not update links). Default is to not update links. Read.only can be Y (open file in read-only mode) or any other value (open file in normal read-write mode). Default is normal read-write mode. Format can be -1 (use current default file format), 0 (DBF), 1 (tab-delimited ASCII), 2 (comma-delimited ASCII), 3 (space-delimited ASCII), 4 (QDB), 5 (SPC-PC II/III), 6 (SPC-PC IV V1), 7 (DIF), 8 (Kurt Check Part File) or 9 (QDC). Default is -1. Show.import.dialog can be Y (show dialog) or any other value (never show dialog). If the file does not match the specified format, this flag determines how SPC-PC IV will behave. If it is Y, the normal File Import dialog box will be displayed so that the user can select the file type. Otherwise, the dialog box will not be displayed and the operation will fail. Default is never show dialog. |
|
|