Displaying 1 result from an estimated 1 matches for "doculentation".
Did you mean:
docuentation
2024 May 21
1
wrtiteBin in conjunction with seek : the position in the file is not good when writing
...But I miss
something
about the use of the command writeBin in conjunction with seek. In the
example bellow the seek
commands works well with the readBin command but not with writeBin, the
writeBin
command write from the beginning of the file and not from the current
position
and however in the doculentation it is written:
? If the connection is open it is read/written from its current position.
Thank you
Best regards
Laurent
Here is the tiny example:
The file_test.txt before:
1234567890
1234567890
The file_test.txt after:
?AA AA7890
1234567890
The file should have been like that:
123456 AA AA12...