you can use any data type you want in your file. The data type is just a way of knowing how much byte you put in the file. What is important is if you put a long at position 300 in your file, to get this value back, you must get a long at position 300, if you use a shorter variable, you will miss some data and if you use a bigger variable, you will get to much byte and the result won't seem accurate.




Reply With Quote