Re: binaryencode question

2020-12-07 Thread jbv via use-livecode
Never mind folks, I found another (and easier solution) : I'm using bytetonum() to convert the binary data from the file, and then, after processing, numtobyte() to write the data as binary in the file. Le 2020-12-07 04:53, jbv via use-livecode a écrit : Hi list, I have a script that opens a

binaryencode question

2020-12-07 Thread jbv via use-livecode
Hi list, I have a script that opens a binary file (actually a .wav) file, converts binary data to hex, do some processing on parts of the data, and then saves the result as a new .wav file. I managed to convert the binary data to hex and do the processing, but now I'm stuck trying to convert hex