Public Function StringToFile( _
ByVal vString As Variant _
, ByVal vFileName As Variant _
) As Boolean StringToFile("That.", "Test.Out") = True
FileToString("Test.Out") = "That."See also: AppendStringToFile Function
FileToString Function
StringToClipboard FunctionvString: The String that will be written 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.