Spread 8.0 Documentation
DLL
Support Options

Glossary Item Box

DLL


To load a text file that uses other delimiters

Call the SSLoadTextFile function, setting the parameters as follows:

  1. Set the pcszFileName parameter to specify the file name and path of the file to be loaded.
  2. Set the pcszCellDelim, pcszColDelim, and pcszRowDelim parameters to specify the strings used as the cell, column, and row delimiters in the text file.
    For more information about working with delimiters in text files, see the SSLoadTextFile function.
  3. Set the lFlags parameter to specify whether the text file provides data to create column headers, row headers, or both.
  4. Set the pcszLogFile parameter to the path and file name of the log file that records information about the load process. If you do not want to generate a log file, set the LogFile parameter to "".
Copyright © GrapeCity, inc. All rights reserved.