[AccessD] deleting first line of a text file?

Garraway, Alun Alun.Garraway at otto.de
Tue Jun 7 10:12:20 CDT 2005


hallo,

how do I delete the first line of a text file (whats the command)?

or in other words

Function DeleteFirstLine(strFile As String)
    Dim varFile As Variant
    
    varFile = FreeFile
    Open strFile For Input As #varFile (is open For  Input correct?)
    
   what do I put in here??????????


End Function

TIA :-)
alun



More information about the AccessD mailing list