Notifications
Clear all

[Closed] Is there a way to read/write complete byte array?

In C++ there are function I can read and write complete byte array, is there something like that avaible in standard maxscript? At the moment if I want to read or write byte array I have to do it in a for loop for every single byte.