Behrooz
unread,Oct 3, 2011, 4:35:05 AM10/3/11You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
Hello guys,
I have a task which I have to read a text file and then find some part
of the text file and then extract those parts to another program.
More explanation:
I have textFile.txt which contains :
//Hello
//My Name is BBKing
//I am 61 years Old
//Goodbye
//L.A U.S.A
//2011-09-30 13:01:20
I am going to add this file to my C# project then I have to write a
program to read the file then it can extract the lines between //Hello
to //Goodbay.
I am beginner in programming.
I will appreciated if you help me to do this task!