Thread: search for help
View Single Post
  #2 (permalink)  
Old June 24th, 2004, 12:59 AM
silver_cuts silver_cuts is offline
Authorized User
 
Join Date: Jun 2004
Posts: 68
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to silver_cuts Send a message via Yahoo to silver_cuts
Default

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.

Reply With Quote