View Single Post
  #1  
Old December 4th 08, 04:49 PM posted to microsoft.public.outlook.program_forms
bbnimda
external usenet poster
 
Posts: 94
Default Outlook Script Question about using TXT.File

Hi All,

I'm use a custom Form , and store some information to .txt file, all is ok
I store / save and read these information without any Pb, but from time to
time I need to replace a the content of a line and I don't found the
command that allow me to replace a line knowing it row

to add line I use something like this

Set objFile = objFSO.OpenTextFile(myfile,forereading)
myNewitem
objFile.WriteLine(myNewitem)
......

and to read the file I put the content of the file to a list and get the
info from this list




Ads