well i have a workspace in which i keep track of command buttons clicked by user and save them( names of those command buttons ) in a text file ( each name one on next line of this text file ) ... now i want to append a word "new" at very first line of that text file every time my program runs .. how can i do that without disturbing rest of the subs ? ..