Re: tsunami question
- Posted by "George Walters" <gwalters at sc.rr.com> Dec 17, 2003
- 473 views
Ron, I understand the Create function, but using this you have do define all over again the characteristics of the file. I was hoping that a function existed that would simply clear the file and retain it's original characteristics. george ----- Original Message ----- From: "Ron Austin" <ronaustin at alltel.net> To: <EUforum at topica.com> Sent: Wednesday, December 17, 2003 12:20 PM Subject: RE: tsunami question > > > George Walters wrote: > > > > > > I don't see a function to clear a tsunami file w/o deleteing it and > > recreating it. Did I over look this? I have a lot of files that are > > cleared > > at the end of the month or year as well as transaction files that need > > to be > > cleared after being posted. > > > > george > > when you create a file using trm_Create("my.dat",flag), if flag=1 then > > you can re-create and clear the file. If flag=0 and you try to recreate > > the file you get a warning message. If you used flag=1 then you could > > write an include file with procedure that would re-create and clear the > > file. You don't have to erase the file first. > > > > > > TOPICA - Start your own email discussion group. FREE! > >