outputing the string below to a file gives a strange result when writen to file:
{About...} {|This website,ncp_about.html,main_wnd} {|The Contract,About Contract.htm,main_wnd} {-} {Opus Proposal...} {|Our Methodology,Methodology.htm,main_wnd} {|Our Team,projteam.htm,main_wnd} {-} {Project Finance} {|Our Rates,Rates.htm,main_wnd} {-} {Project Contacts} {|Contact List,contact_list.htm,main_wnd} {-} {Main Communications,communications/main.html,menu_wnd} {-} {hggshsr,menu_wnd} {-} {Select Project} {|Project 1 Name,Task1/main.html,menu_wnd} {-} {Refresh All,javascript:refreshAll(),_}
writen in file:
{About...} {|This website,ncp_about.html,main_wnd} {|The Contract,About Contract.htm,main_wnd} {-} {Opus Proposal...} {|Our Methodology,Methodology.htm,main_wnd} {|Our Team,projteam.htm,main_wnd} {-} {Project Finance} {|Our Rates,Rates.htm,main_wnd} {-} {Project Contacts} {|Contact List,contact_list.htm,main_wnd} {-} {Main Communications,communications/main.html,menu_wnd} {-} {hggshsr,menu_wnd} {-}{hggshsr,menu_wnd} {-} {Select Project} {|Project 1 Name,Task1/main.html,menu_wnd} {-} {Refresh All,javascript:refreshAll(),_}
my new entry gets repeated twice no matter what I have tried or where I put it in the file.
{hggshsr,menu_wnd} {-}
what have I done wrong?