-
When you open a binary file and you use the Put statement to write to the file, it replaces the byte at that position unless it is the end of the file. How can i say insert a character into the 5th position without replacing that byte???
------------------
YC Sim
Teenage Programmer
UIN 37903254
-
You would need to Read the file in,
then Write it back out inserting the Character(s)/Byte(s) in the Appropriate Section.
------------------
Aaron Young
Analyst Programmer
[email protected]
[email protected]