Garrett19212 Posted July 8, 2005 Posted July 8, 2005 I want to write on the line at the very send of the txt file. For example Line1 Line2 How would i make it write after the word line 2, so after line2 it would say line3 for example. Im trying to make a "log" that will always write in the line after the last line there is text on.
blindwig Posted July 8, 2005 Posted July 8, 2005 open the file in append mode (mode 1) My UDF Threads:Pseudo-Hash: Binary Trees, Flat TablesFiles: Filter by Attribute, Tree List, Recursive Find, Recursive Folders Size, exported to XMLArrays: Nested, Pull Common Elements, Display 2dSystem: Expand Environment Strings, List Drives, List USB DrivesMisc: Multi-Layer Progress Bars, Binary FlagsStrings: Find Char(s) in String, Find String in SetOther UDF Threads I Participated:Base64 Conversions
Valuater Posted July 8, 2005 Posted July 8, 2005 a log file using _FileWriteLog needs no open, no close, gives the date/.time stamp and always appends 8)
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now