Public Function FileToString( _
ByVal vFileName As Variant _
) As Variant ? StringToFile("Something.", "Debug.Tmp")
True
? FileToString("Debug.Tmp")
Something.
? FileToString("ZZ:!@#")
NullSee also: StringToFile Function
AppendStringToFile Function
FormatFileTable Function
ClipboardToString FunctionvFileName: Name of the file whose contents will be returned as a String. Function returns Null if vFileName is Null or cannot be fixed-up to a String. Function also returns Null if there is an error, such as when the file does not exist or cannot be read. Copyright 1996-1999 Entisoft
Entisoft Tools is a trademark of Entisoft.