-
reading float values from binary file
Hi all,
I have a binary file containing data recorded using a c program.
the data stored in files are float values.
Now I need to retrieve the float numbers from binary file in after effects script
This is my code:var myFile = File.openDialog('select file');
myFile.open("r");
myFile.encoding = "binary";
for(x=0;xthe question is how to convert the buffer to a float number
Sorry, there were no replies found.