Previous Topic

Next Topic

SaveToFile

method SaveToFile(FileName: String)

Available for StringList Objects. Saves a StringList to a delimited file FileName.

SaveToFile method syntax has these named arguments:

Parameter

Description

FileName

Required. The file to save the StringList to.

For example:

strList.SaveToFile("Stringlist.txt")

will save the Stringlist to the Stringlist.txt file.

See also the Memory Table and Table SaveToFile method.

See Also

Stringlist Object

Book Contents

Book Index