How can I write to the same file without overwriting what is in it (VB6)?
        Posted  
        
            by Emma
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Emma
        
        
        
        Published on 2010-05-11T15:05:09Z
        Indexed on 
            2010/05/12
            16:04 UTC
        
        
        Read the original article
        Hit count: 245
        
Hey, I'd like to write to a text file to record a set of scores. However, everytime I write to it it overwrites what was originally in the file. Please can someone tell me how to not let it overwrite what is there or how to make it start writing in an empty space. Thank you in advance.
© Stack Overflow or respective owner