|
-
Nov 14th, 1999, 06:59 AM
#1
Thread Starter
Lively Member
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
-
Nov 14th, 1999, 07:33 AM
#2
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]
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|