Notifications
Clear all
[Closed] Is there a way to read/write complete byte array?
Jun 01, 2018 1:16 pm
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.