How to remove a line from a txt file using Javascript?
Sagar asked:
Hi,
Hi,
I have a list of numbers such as
1
2
3
0
4
one below the other in a txt file. However, I want to remove or delete the line that contains 0, so that the resulting file would be
1
2
3
4
Can you tell me how to do that?
Vincente

August 31st, 2009 at 7:42 am
Select and highlight the ZERO.
Hit delete
Hope that helps.
September 1st, 2009 at 3:41 pm
JavaScript do NOT (usually) have permissions to access file system…