Posted on August 29th, 2009 by by admin
Sagar asked: 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
Tags: Delete Javascript List Of Numbers
This entry was posted
on Saturday, August 29th, 2009 at 2:21 am and is filed under Programming & Design.
You can follow any responses to this entry through the RSS 2.0 feed.
Both comments and pings are currently closed.
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…