Platforms to show: All Mac Windows Linux Cross-Platform

Back to MemoryBlock class.

MemoryBlock.InvertBytesMBS(offset as Integer, count as Integer)

Type Topic Plugin Version macOS Windows Linux iOS Targets
method MemoryBlock MBS Util Plugin 7.0 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Inverts the given number of bytes in a memoryblock.
Example
dim m as memoryblock
m=newmemoryblock(100)
' do something
m.InvertBytesMBS(0,100) // invert all bytes

Does work faster if count is a multiply of 4.

Some examples using this method:

The items on this page are in the following plugins: MBS Util Plugin.


The biggest plugin in space...