File_AppendToFile
Description
Section titled “Description”Appends a string to a file
Syntax
Section titled “Syntax”File_AppendToFile(sFile, sInsertString) As Boolean
Parameters
Section titled “Parameters”sFile (String)
Section titled “sFile (String)”Filename
sInsertString (String)
Section titled “sInsertString (String)”String to append to file
Example
Section titled “Example”If bStatus Then bStatus = File_AppendToFile("C:\Temp\Test.txt", "Is the truth out there?")