FilePut

wolfgang

Member
Licensed User
Longtime User
Hi,
I want to write a value at a specific position in an existing file (ASCII). The position is always the same. With FilePut the string will be written. The problem is, FilePut overwrites the following bytes. Is there a way to insert a string?
 
Top