> I need to write an array of lines to a file, each ending in the EOL char > for MAC, I used this code, it dosn't work, it ends up with the UNIX EOL. > > I must have my syntax wrong somehow: > > Dim hfile As file > hfile.EndOfLine = gb.Mac How can that line of code work? hFile is NULL, you must have got an error. -- Benoît