Public Function AppendStringToFile( _
ByVal vString As Variant _
, ByVal vFileName As Variant _
) As Boolean AppendStringToFile("Test.", "C:\Test.Out") = True
FileToString("C:\Test.Out") = "Test."See also: StringToFile Function
FileToString Function
StringToClipboard FunctionvString: The String that will be added to the file named vFileName. vString defaults to an empty string ("") if it is Null or cannot be fixed-up to a string. Copyright 1996-1999 Entisoft
Entisoft Tools is a trademark of Entisoft.