Thanks Bro,
That's the nice concept..But still need to know from you about it.
How to Read and Write Binary Files from specific number of Bytes..
Example:Suppose, If I wanna Write a Binary File from the 10th Byte then What I need to code?
And,If I wanna Read File from 10th Byte to 20 byte then?
These are the big confusion for me..
What I know is :
To write file:Open <Filename> for Binary as #1
Put#1,,Byte
Close #1Same to Read:Open <Filename> for Binary as #1
Get#1,,Byte
Close #1-Thanks again !
