I want to about get the full record from my new file , which is creating with my programme. I want to input morethan five records in my file with different record number like 45 23 98 02 25 , and i want to find record number and details of 23 number record form a file.txt, which had been created by my programme. please help me how can i goal.
Muhammad sibtain
Greenhorn
Joined: Aug 31, 2001
Posts: 17
posted
0
Open your file as a RandomAccessFile and the use seek method along with this i think it will work you must have to make a formula for seeking your record or send me your data file i will do it for you Regards, Sibtain
subject: how can i find int value from the file.txt