Re: [Gambas-user] Delete sentance between words in a file.

2012-03-28 Thread Rolf-Werner Eilert
Just D = B + C 'Combine both together D = B C should be correct, right? Regards Rolf -- This SF email is sponsosred by: Try Windows Azure free for 90 days Click Here

Re: [Gambas-user] Delete sentance between words in a file.

2012-03-28 Thread nando
Yup. Too much beer. -- Original Message --- From: Rolf-Werner Eilert eilert-sprac...@t-online.de To: gambas-user@lists.sourceforge.net Sent: Wed, 28 Mar 2012 11:58:43 +0200 Subject: Re: [Gambas-user] Delete sentance between words in a file. Just D = B + C

Re: [Gambas-user] Delete sentance between words in a file.

2012-03-27 Thread tobi
hi, On Mon, 26 Mar 2012, sundar j wrote: How do i delete a sentence/line between two matching words? For example i have a long paragraph starting with ABC-Start and ending with XYZ-End. I need to delete all the words including ABC-Start amp; XYZ-End. I have gone through the gambas

Re: [Gambas-user] Delete sentance between words in a file.

2012-03-27 Thread nando
together PRINT D 'result: D = A Desks -- Original Message --- From: tobi tobiasboeg...@googlemail.com To: sundar_...@rediffmail.com, mailing list for gambas users gambas-user@lists.sourceforge.net Sent: Tue, 27 Mar 2012 17:06:39 +0200 Subject: Re: [Gambas-user] Delete sentance

Re: [Gambas-user] Delete sentance between words in a file.

2012-03-26 Thread Emil Lenngren
Maybe you want to use a regular expression? 2012/3/26 sundar j sundar_...@rediffmail.com How do i delete a sentence/line between two matching words? For example i have a long paragraph starting with ABC-Start and ending with XYZ-End. I need to delete all the words including ABC-Start amp;