[Gambas-user] Delete/Remove blank line from text file.

2012-06-03 Thread sundar j
In my application i need to use lot of string function to add and remove multiple lines. I do not have any issue with that. However, If i remove certain sentence then it becomes blank line. So how do i remove those blank lines?

Re: [Gambas-user] Delete/Remove blank line from text file.

2012-06-03 Thread Jussi Lahtinen
Show your code. I think it might be due PRINT command adding \n to end of line. Jussi On 3 June 2012 12:29, sundar j sundar_...@rediffmail.com wrote: In my application i need to use lot of string function to add and remove multiple lines. I do not have any issue with that. However, If i