|












| |
Contents | Index
FILE.INSERT
Insert one data set into another.
Syntax: FILE.INSERT (data.set.name, data.set.to.be.inserted, [at.column.name (or
number,0-based,default 0)], [at.row.number (0-based,default 0)], [O, I, or A, (overwrite, insert
or append, default is insert)], [format], [show.import.dialog])
Reply:
data.set.name successful
null unsuccessful
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) or 7 (DIF). 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.
|