<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Tahoma
}
--></style></head>
<body class='hmmessage'><div dir='ltr'>
Hi everyone,<BR>
is there an easy way to write to a file (that already exists with data contained) on a new line.&nbsp; I understand that the file pointer appends where it left off but how do i write to the next line or even skip a line if possible?<BR>
&nbsp;<BR>
User_info=open("C:\\Documents and Settings\\akelly\\Desktop\\details.txt",'a')<BR>
User_info.write("\n".join(Details))<BR><BR>&nbsp;<BR><FONT size=3><FONT color=#000000><FONT face="Times New Roman">all the best,&nbsp;</FONT></FONT></FONT><FONT size=3><FONT color=#000000><FONT face="Times New Roman"> </FONT></FONT></FONT><BR>Adrian <BR>                                               </div></body>
</html>