> 786
>
>
> Hi,
>
> Thanks in advance for your attention:
>
> Is there any way, we can copy the binary files.....want to append one binary at the end of another binary file (append)
>
> examples.....1.wav(3 bytes) + 2.wav (2 bytes)
>
> after copy:
>
> New file 3.wav (5 bytes)
>
>
> Regards
>
>
> Ali
>
>
> lf5
> doing good, brings too, ia
> invest more, where you will live more
Not sure, but probably you are talking about appending the binary contents of one file to another (not clear what meaning is here for "binary", and why there are .wav files). See if this is what you wish:
strtofile(filetostr(file1)+filetostr(file2), newfile)
Best Wishes,
Yuri Rubinov