![]() |
| | #1 | |
| Registered User Join Date: Dec 2006
Posts: 124
| text between the line i have a text file like this Quote:
i this text file i have to read only the text below "Turnover Lakhs Underlying Value" and above "top". the remaning part of the text delete and save the text file. means i wanna data between "Turnover Lakhs Underlying Value" and "top". is there any way ( any script) please help me thank you in advance | |
| munna_dude is offline | |
| | #2 |
| Registered User Join Date: Jan 2007
Posts: 102
| Use File handling U can use file handling for this purpose............ Check the starting content of line "Turnover" and apply logic that if it is found then store all the values after that in string till you found "Top".............. Thanks |
| Bargi is offline | |
![]() |
| Thread Tools | |
| Display Modes | |
|
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Reading text file by line number | whiskedaway | C++ Programming | 13 | 06-16-2009 10:09 AM |
| DirectX | Drawing text | gavra | Game Programming | 4 | 06-08-2009 12:23 AM |
| Is there any way to read a line from a text file? | megareix | C Programming | 13 | 01-09-2009 01:13 PM |
| How do I make my edit box move text to the next line? | ElWhapo | Windows Programming | 2 | 01-04-2005 11:21 PM |
| inputting line of text vs. integers in STACK | sballew | C Programming | 17 | 11-27-2001 11:23 PM |