well you cannot extract it directly ... try one of the following methods :-
(1) if you you know exactly the count of characters from where the desired string begins ... go to that count and extract the characters ...
(2) try to put the data into the file in form of a record then you can easily extract it
(3) get the data into a string and parse it out (most difficult)
Sudhan.
|