RobPouwelse
Technical User
Hi, i'm a newbi to Delphi (i know a bit TP and C++, you know, standart stuff)
I need to extract certain parts from a text (repeatative text) and put it in a database.. (The database part i'll worry about later) But i haven't found a way to "search" the text file for every occurance of the word "from=" and then take the value of the string that's behind it.
like this:
msgid=<1044345>, size=14065, from=<Pipo@clown.nl>, to=<rob@clown.nl>
i need to get the value's (without the "<" and ">"..
i really haven't the foggiest on how to do it.
thanks in advance,
Rob Pouwelse
I need to extract certain parts from a text (repeatative text) and put it in a database.. (The database part i'll worry about later) But i haven't found a way to "search" the text file for every occurance of the word "from=" and then take the value of the string that's behind it.
like this:
msgid=<1044345>, size=14065, from=<Pipo@clown.nl>, to=<rob@clown.nl>
i need to get the value's (without the "<" and ">"..
i really haven't the foggiest on how to do it.
thanks in advance,
Rob Pouwelse