Reading a particular word from word files
-
hai all, i would like to know how we can read a particular word from a word file.. for example:if a word file contains like Name:xxxxxxxx address:XXXXXXXXXXX i want to fetch name alone... Is it possible using .NET... thanks in advance
with Regards, Imthiyas Ahamed.A
-
hai all, i would like to know how we can read a particular word from a word file.. for example:if a word file contains like Name:xxxxxxxx address:XXXXXXXXXXX i want to fetch name alone... Is it possible using .NET... thanks in advance
with Regards, Imthiyas Ahamed.A
Imthu wrote:
Is it possible using .NET...
Of course. A regular expression seems the best way to parse this text, but you could just search for Name: if you prefered.
Christian Graus - Microsoft MVP - C++ Metal Musings - Rex and my new metal blog "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )
-
hai all, i would like to know how we can read a particular word from a word file.. for example:if a word file contains like Name:xxxxxxxx address:XXXXXXXXXXX i want to fetch name alone... Is it possible using .NET... thanks in advance
with Regards, Imthiyas Ahamed.A
Something that everyone needs to learn when dealing with computers is not can it be done, but how can it be done.
The best way to accelerate a Macintosh is at 9.8m/sec² - Marcus Dolengo