in reply to Re: Remove field inside [ ] brackets
in thread Remove field inside [ ] brackets
Okay, I figured it out... The file is output from another program, I created a batch file:From there, I made a call to that batch file:rem Convert to text format type test.txt > testnew.txtI then ran the code against testnew.txt and it worked!!! Wahoo!!!!! THANK YOU SO MUCH!!!!!system("c:\convert.bat");
- Comment on Re: Re: Remove field inside [ ] brackets
- Select or Download Code
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: Remove field inside [ ] brackets
by graff (Chancellor) on Mar 23, 2004 at 03:30 UTC |