F
Freddy Coal
Hi, I would like append strings to a binary file, but I don´t understand how
make that.
I try with:
FileOpen(1, Folder_Trabajo & "\Toma_Trazas.FC", OpenMode.Append,
OpenAccess.Write, OpenShare.Default)
FilePut(1, "My string") '<****** ERROR IN THIS LINE ******
FileClose(1)
My other question is how join two files in the same files.
Thanks in advance for any help.
Freddy Coal
make that.
I try with:
FileOpen(1, Folder_Trabajo & "\Toma_Trazas.FC", OpenMode.Append,
OpenAccess.Write, OpenShare.Default)
FilePut(1, "My string") '<****** ERROR IN THIS LINE ******
FileClose(1)
My other question is how join two files in the same files.
Thanks in advance for any help.
Freddy Coal