Difference between revisions of "ReadExportFile"

(Created page with "''new to Analytica 4.5'' ''requires Analytica Enterprise or higher'' = ReadExportFile( filename'', showDialog'' ) = Reads an array from a file that is in the [[Export-Impor...")
 
(CurrentDataDirectory is now CurrentDataFolder EW 14658)
Line 8: Line 8:
 
Local indexes are created for each dimension in the file.
 
Local indexes are created for each dimension in the file.
  
When «filename» does not include a complete file path, the name is interpreted relative to the [[CurrentDataDirectory]].
+
When «filename» does not include a complete file path, the name is interpreted relative to the [[CurrentDataFolder]].
  
 
The optional «showDialog» parameter can be set to true to force the file selection dialog to always appear.  Doing so allows the user to change which file is read.
 
The optional «showDialog» parameter can be set to true to force the file selection dialog to always appear.  Doing so allows the user to change which file is read.

Revision as of 22:36, 30 May 2014

new to Analytica 4.5 requires Analytica Enterprise or higher

ReadExportFile( filename, showDialog )

Reads an array from a file that is in the Export-Import data format. This file format is produced when you use the File→Export menu command when viewing a table.

Local indexes are created for each dimension in the file.

When «filename» does not include a complete file path, the name is interpreted relative to the CurrentDataFolder.

The optional «showDialog» parameter can be set to true to force the file selection dialog to always appear. Doing so allows the user to change which file is read.

Library

Database Functions

Example

See Also

Comments


You are not allowed to post comments.